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]

EGCS-Mingw32(1.0.2) -- linking via g++


Hi folks,

	I'll make this quick;

	EGCS-Mingw32(1.0.2) command:

		 g++ -o mazed.exe {object_list} -mwindows -mdll

	Partial results resulting in linker error:

out/WIN32/engine/camera.o(.text+0x119):camera.cc: undefined reference to 
`csSystemDriver::fopen(char *, char *)'
out/WIN32/engine/camera.o(.text+0x275):camera.cc: undefined reference to 
`csSystemDriver::fopen(char *, char *)'

	Both symbols are referenced in camera.o object dump:

[ 56](sec  0)(fl 0x00)(ty   0)(scl   2) (nx 0) 0x00000000 
csSystemDriver::Printf(int, char *,...)

[ 59](sec  0)(fl 0x00)(ty   0)(scl   2) (nx 0) 0x00000000 
csSystemDriver::fopen(char *, char *)

	Question:

		Does this mean that I need to generate a lib (.a) file for these 
references?

	Thanks,

		Paul G.
	

Information Systems Consultant
NewDawn Productions
http://www.teleport.com/~pgarceau/newdawn/
-
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]