I am trying to compile my first G++ program on
Linux. I am using a make file that runs successfully on HP and Solaris but on
linux it is failing on the link step. It can't seem to find any of the io
libraries. It can't find ostream and cout. Where are these libraries
located on Linux?
|