From: pgarceau AT teleport DOT com (Paul Garceau) Subject: EGCS-Mingw32(1.0.2) -- linking via g++ 12 Sep 1998 00:13:34 -0700 Message-ID: <199809112213.PAA16042.cygnus.gnu-win32@cygnus.com> Reply-To: pgarceau AT teleport DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: gnu-win32 AT cygnus DOT com Cc: Mumit Khan 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".