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 |
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
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