Re: "undefined reference to" errors while linking

2007-02-21 Thread Paul Pluzhnikov
[EMAIL PROTECTED] writes: > [EMAIL PROTECTED] ~/workspace/splits/asy g++ -L$LIB -lcygxerces-c27 - > lxerces-depdom.dll -osplits.exe Trs_Main.o Trs.o Descriptor.o This command line is backwards. To understand why libraries must follow objects on command line, read this: http://webpages.charter.net

"undefined reference to" errors while linking

2007-02-20 Thread wlmparker
hi, i'm using gcc compilers to migrate a small java app into c++ in cygwin environment under win32.my classes use the xercesc c++ libraries which i have built with cygwin on windows. my c++ source code compiles into .o files but the linker just wont work. i am getting lots of "undefined reference t