Name: Anonymous 2012-08-16 12:54
Hi nerds,
I'm running cygwin and need to link "*.o"-Files but it isn't working well:
>g++ CG.cpp matrix.cpp cputime.o -o CG.exe -O2
>cputime.o: file not recognized: File format not recognized
What am i doing wrong? (despite of programming under Windows)
I'm running cygwin and need to link "*.o"-Files but it isn't working well:
>g++ CG.cpp matrix.cpp cputime.o -o CG.exe -O2
>cputime.o: file not recognized: File format not recognized
What am i doing wrong? (despite of programming under Windows)