Linking a (.a) and a (.dll) to an appl in cygwin

2005-07-02 Thread kali raj
HI Iam trying to build an application that requries a static cygwin library and a windows dynamic library. The static library(.a) is a native Cygwin library and the dynamic libary (.dll) is an external dynamic library of windows. When i build my cygwin applicatio using gcc in cygwin it builds well

Re: Linking a (.a) and a (.dll) to an appl in cygwin

2005-07-02 Thread Gerrit P. Haase
kali raj wrote: HI Iam trying to build an application that requries a static cygwin library and a windows dynamic library. The static library(.a) is a native Cygwin library and the dynamic libary (.dll) is an external dynamic library of windows. When i build my cygwin applicatio using gcc in cyg

Re: Linking a (.a) and a (.dll) to an appl in cygwin

2005-07-04 Thread kali raj
Sure, I will give u the actual problem clearly Actually i am using a glut libary in cygwin that is static and is native of cygwin. this library i am using in the presentation layer(consider). At the network/transport layer i am using a third party supplied dynamic library of windowsXP. In the prese