Mail Archives: cygwin/1997/04/25/02:31:58
On Wed, 23 Apr 1997, Matthew Mueller wrote:
> when I try to compile this program:
>
[SNIP]
>
> I get this error:
>
> f:\prog\c32>gcc test.cpp
> C:\WIN95\TEMP/cc0010001.o(.text+0x1a):test.cc: undefined reference to `cout'
> C:\WIN95\TEMP/cc0010001.o(.text+0x1f):test.cc: undefined reference to
> `ostream::
[SNIP]
>
That's because you need to do 'g++ test.cpp'.
I just tried it to make sure that was the difference. The g++ makes
assumptions about the nature of the program to be compiled, that it is
C++ code, but gcc makes different assumptions. (That it's C code, I
believe.) If you're using the streams, use 'g++'.
See ya around the Mulberry bush.
--James
:)
-
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".
- Raw text -