Gcc compiler b18 newbie probs

Mumit Khan khan@xraylith.wisc.edu
Wed Dec 10 07:40:00 GMT 1997


Rule-of-thumb, especially for new users:
  
  - use the right compiler driver to compile/link programs. For C programs,
    use gcc, for C++ use c++ and for F77 use g77.

There are cases where you need a different driver, but then you'd have to
know what libraries need to be linked in explicitly and so on. Not worth
the hassle for usual projects, but sometimes needed for multi-language
projects, especially when mixing F77 and C/C++.

Regards,
Mumit -- khan@xraylith.wisc.edu
http://www.xraylith.wisc.edu/~khan/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list