From mboxrd@z Thu Jan 1 00:00:00 1970 From: "dale henderson" To: cygwin@sourceware.cygnus.com Subject: Undefined Reference Date: Mon, 17 May 1999 16:53:00 -0000 Message-id: <19990517235241.69667.qmail@hotmail.com> X-SW-Source: 1999-05/msg00437.html Here is my scenario: I have mingw32/egcs1.1.2 Compiling source file for an executable. There are two static libraries: one libglcanvas.a makes reference to the other libopengl32.a. The source file penguin.cpp also makes reference to libopengl32.a and does so successfully when make does the linking, but the linking to libopengl32.a from libglcanvas.a fails causing undefined references. The source file uses makeprog.g95. When libglcanvas.a was compiled, it used makelib.g95. This is the only discernable difference I see. There is no linking involved when creating a static library in mingw32, correct? Any suggestions? dalehend@netscape.net _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: "dale henderson" To: cygwin@sourceware.cygnus.com Subject: Undefined Reference Date: Mon, 31 May 1999 21:10:00 -0000 Message-ID: <19990517235241.69667.qmail@hotmail.com> X-SW-Source: 1999-05n/msg00438.html Message-ID: <19990531211000.XQr8tC6I4q_gTheWMkqaw6tetOqJ4o4fG_7wBAHXsp8@z> Here is my scenario: I have mingw32/egcs1.1.2 Compiling source file for an executable. There are two static libraries: one libglcanvas.a makes reference to the other libopengl32.a. The source file penguin.cpp also makes reference to libopengl32.a and does so successfully when make does the linking, but the linking to libopengl32.a from libglcanvas.a fails causing undefined references. The source file uses makeprog.g95. When libglcanvas.a was compiled, it used makelib.g95. This is the only discernable difference I see. There is no linking involved when creating a static library in mingw32, correct? Any suggestions? dalehend@netscape.net _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com