RE: linking 3rd party DLLs to my code

2003-11-22 Thread Suresh Venkatasubramanian
Thanks for the help - it does work now. I changed PATH inside my shell and that worked. I guess that if I wanted to run it from windows, I would change the windows PATH as well. Suresh Venkatasubramanian, Ph: 973 360 8951 (o) Member, Technical StaffWeb: http://www.research.att.com/~suresh/ A

Re: linking 3rd party DLLs to my code.

2003-11-22 Thread Brian Dessent
Hannu E K Nevalainen wrote: > > > However I am able to link it. putting cg.dll in /usr/local/lib (say) and > > > compiling with > > > > > > gcc -mno-cygwin -L/usr/local/lib -lcg > === > > > > > > > compiles with no complaints. > > > > > > However, cygcheck complains, saying that

RE: linking 3rd party DLLs to my code.

2003-11-22 Thread Hannu E K Nevalainen
> From: Brian Dessent > Sent: Saturday, November 22, 2003 2:39 PM > Suresh Venkatasubramanian wrote: > > > However I am able to link it. putting cg.dll in /usr/local/lib (say) and > > compiling with > > > > gcc -mno-cygwin -L/usr/local/lib -lcg === > > > > compiles with no compla

Re: linking 3rd party DLLs to my code.

2003-11-22 Thread Brian Dessent
Suresh Venkatasubramanian wrote: > However I am able to link it. putting cg.dll in /usr/local/lib (say) and > compiling with > > gcc -mno-cygwin -L/usr/local/lib -lcg > > compiles with no complaints. > > However, cygcheck complains, saying that it cannot find the dll. > > When I place the dll

linking 3rd party DLLs to my code.

2003-11-21 Thread Suresh Venkatasubramanian
Hi, I am trying to link a 3rd party dll to my code. Specifically I have a library cg.dll and wish to link it using -lcg Now I read the FAQ section on using DLLs, and unfortunately the library has stripped symbols (and I have no access to its src) so I can't make the import libraries as the FAQ