My c++ compiler at home work just fine with the "g++ <source.cc>" 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 command line is "g++ -I<path of includes> <source.cc>" and I get
Collect2: ld returned 1 exit status
/usr/bin/ld:
Can't locate file for: -lstdc++
 
Please point me in the right direction
Thanks,
Clare

Reply via email to