Date: Wed, 8 Feb 1995 08:21:08 -0800 (PST) From: Barnett C Hsu To: Bill Davidson Cc: Mark Hull-Richter , djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Problems with (first compile under) djgpp/gcc On Wed, 8 Feb 1995, Bill Davidson wrote: > > The order of arguments to gcc or ld should make no difference. > Maybe it's just me, but it does seem to make a difference when compiling C++ code. If I do "gcc -lgpp test.cc", I get a whole lot of linker errors all on C++ stuff. But if I do "gcc test.cc -lgpp", everything is happy and the errors go away. Barnett C. Hsu barnett AT cs DOT ucr DOT edu OR hsub AT watmail DOT ucr DOT edu Computer Science Dept. at University of California, Riverside