Mail Archives: cygwin/1998/09/12/00:13:34
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 AT cygnus DOT com" with one line of text: "help".
- Raw text -