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]

Undefined Reference





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


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