This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Help - First time user


Hi,

I have just installed gnu-win32 beta18 binary release in
my win95 machine.

Can any one tell me how to set up the gnu-win32 gcc compiler?
How can I set up the following paths?

	COMPILER_PATH
	LIBRARY_PATH
	C_INCLUDE_PATH
	CPLUS_INCLUDE_PATH
	OBJC_INCLUDE_PATH

It seems that gcc doesn't work properly. With simple c++
program(Hello world!), it didn't work. Following is what
I got from the program:

	bash$ gcc test.cc
	C:\WINDOW\TEMP\cc0010511.o(.text+0x2e):test.cc: undefined reference to
'cout'
	C:\WINDOW\TEMP\cc0010511.o(.text+0x33):test.cc: undefined reference to
'ostream::operator<<(char const *)'
	gcc: Internal compiler error: program ld got fatal signal 1

Thanks

Young
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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