RE: [techtalk] Please help with c++ compiler @work

1999-10-27 Thread Henti Smith
HI there Clare   The error mean the Library Linking rogram could not find the Library stdc++ to link to. This usually mean the library is not installed, or not int youir library search path.   first thing to do is check if you have the library.   RedHat Based systems:   type "rpm -q -a |

Re: [techtalk] Please help with c++ compiler @work

1999-10-27 Thread Karl-Heinz Zimmer
On 10/28/99, 12:21:49 AM, Laurel wrote: > "Clare Smith"@pcisys.net > > My c++ compiler at home work just fine with the > > "g++ " command. > > The one at work seems to be in pieces. I''ve > > figured out where they hid the includes but can't > > figure out the "collect

Re: [techtalk] Please help with c++ compiler @work

1999-10-27 Thread Laurel Fan
Excerpts from linuxchix: 27-Oct-99 [techtalk] Please help with.. by "Clare Smith"@pcisys.net > My c++ compiler at home work just fine with the "g++ " command. > The one at work seems to be in pieces. I''ve figured out where they hid the > includes but can't figure out the "collect2". > > My com