Re: Regarding using .so file in gcc

2008-03-12 Thread Corinna Vinschen
On Mar 12 02:47, Magesh K wrote: > Hi, if you do this haphazard cross posting again, you'll be blocked from sending to any cygwin mailing list. Please stick to cygwin AT cygwin DOT com for queries like this. Repliers, please keep replies to cygwin AT cygwin DOT com. Thank you. > 1. How t

Regarding using .so file in gcc

2008-03-12 Thread Magesh K
Hi, #sorry if the mail received again as i am trying to post from mailer utility I am porting an linux based application to Windows. My application uses a third party library (having an dynamic library .so file). When I compile my code in cygwin using g++, I am not able to link the .so file using

Regarding using .so file in gcc

2008-03-12 Thread Magesh K
Hi, I am porting an linux based application to Windows. My application uses a third party library (having an dynamic library .so file). When I compile my code in cygwin using g++, I am not able to link the .so file using –l, -L, -shared or –static option. When I read through the user manu

Regarding using .so file in gcc

2008-03-12 Thread Magesh K
Hi, I am porting an linux based application to Windows. My application uses a third party library (having an dynamic library .so file). When I compile my code in cygwin using g++, I am not able to link the .so file using –l, -L, -shared or –static option. When I read through the user manu