From: Jonathan G. <gt...@ma...> - 2005-09-27 04:06:58
|
Thanks for the help, There seems to be a problem with the linker. I moved the library files to the local directory and g++ was unable to link to them. I will try on another computer but I have no idea why this would be happening. Administrator@lordebon ~/OpenC++/c2f/after $ dir AfterClass-init.cc AfterClass.ii AfterClass.o libocc_mop.a AfterClass-init.so AfterClass.mc c2f.cc libocc_parser.a Administrator@lordebon ~/OpenC++/c2f/after $ g++ -o after -L~/OpenC++/c2f/after -locc_mop /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -locc_mop collect2: ld returned 1 exit status Sincerely, Jonathan Gdalevich Georgia Institute of Technology, Atlanta Georgia, 30332 Email: gt...@pr... |