This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC compiler in a cygwin environment.


Hello.

I have gcc installed in a cygwin environment on win NT.

I cant compile c++ -code to executables in that environment.
>From the linker stage I get the following error message:

/usr/tmp/ccRILazb.o(.text+0x1f):Hello.cc: undefined reference to `endl(ostream &)'
/usr/tmp/ccRILazb.o(.text+0x2c):Hello.cc: undefined reference to `cout'
/usr/tmp/ccRILazb.o(.text+0x31):Hello.cc: undefined reference to `ostream::operator<<(char const *)'
/usr/tmp/ccRILazb.o(.text+0x44):Hello.cc: undefined reference to `getch'

If anyone has a clue on this please let me know.

Best regards.
MJ


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]