Hi

I'm trying to install the following software:

take_2.11

This is what I did:

tar xvzf take211.tar.gz
make

gcc -c -fast -xO5 take.c
gcc: language O5 not recognized
gcc: language O5 not recognized
gcc: take.c: linker input file unused because linking not done
gcc -c -fast -xO5 voxel.c
gcc: language O5 not recognized
gcc: language O5 not recognized
gcc: voxel.c: linker input file unused because linking not done
gcc -c -fast -xO5 matrix_oper.c
gcc: language O5 not recognized
gcc: language O5 not recognized
gcc: matrix_oper.c: linker input file unused because linking not done
gcc -c -fast -xO5 beam.c
gcc: language O5 not recognized
gcc: language O5 not recognized
gcc: beam.c: linker input file unused because linking not done
gcc -o take take.o voxel.o matrix_oper.o beam.o -lm
gcc: take.o: No such file or directory
gcc: voxel.o: No such file or directory
gcc: matrix_oper.o: No such file or directory
gcc: beam.o: No such file or directory
make: *** [take] Error 1

Can anyone please tell me how to install this software correctly?

Thanks

Hi,

Thanks for the reply.. I managed to get it running. Its not the directory problem..
I had to change the makefile to use the correct compiler...

After compiling this, I got a linux executable file.

Do you have any idea on how to export this executable to windows or even create a matlab mex file using the c++ code in the tarball...

Here is the link for the tarball again..
take211

Thanks..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.