From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: Gcc compiler b18 newbie probs 10 Dec 1997 08:08:08 -0800 Message-ID: <9712101540.AA01573.cygnus.gnu-win32@modi.xraylith.wisc.edu> References: <3 DOT 0 DOT 32 DOT 19971210000704 DOT 0069ca10 AT globaldialog DOT com> To: Rich Dorfman Cc: gnu-win32 AT cygnus DOT com 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 AT xraylith DOT wisc DOT edu http://www.xraylith.wisc.edu/~khan/ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".