Re: dlsym, Win32 error 127 ERROR_PROC_NOT_FOUND

2005-02-25 Thread Larry Hall
At 12:34 AM 2/25/2005, you wrote: >Hello Larry > >Thank you for taking the time to respond. >In the end it was some changes to the gcc incantation >that got it to run. These were described nicely >in an old archive message at. > >http://cygwin.com/ml/cygwin/2000-06/msg00688.html Right. That will

Re: dlsym, Win32 error 127 ERROR_PROC_NOT_FOUND

2005-02-24 Thread Dr Clue
Hello Larry Thank you for taking the time to respond. In the end it was some changes to the gcc incantation that got it to run. These were described nicely in an old archive message at. http://cygwin.com/ml/cygwin/2000-06/msg00688.html Larry Hall wrote: Given this information, the only thing I can

RE: dlsym, Win32 error 127 ERROR_PROC_NOT_FOUND

2005-02-20 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dr Clue > Sent: 18 February 2005 22:05 > I've some .dll/.so code I use for plugins to my html > application parser. > > This code works fine on various unix flavors of OS , but > not with cywin on windows XP. > I know that the load

Re: dlsym, Win32 error 127 ERROR_PROC_NOT_FOUND

2005-02-18 Thread Larry Hall
At 05:04 PM 2/18/2005, you wrote: >Howdy folks. > >I've some .dll/.so code I use for plugins to my html application parser. > >This code works fine on various unix flavors of OS , but >not with cywin on windows XP. I use the cywin because >my remote location has me using satellite internet >which

dlsym, Win32 error 127 ERROR_PROC_NOT_FOUND

2005-02-18 Thread Dr Clue
Howdy folks. I've some .dll/.so code I use for plugins to my html application parser. This code works fine on various unix flavors of OS , but not with cywin on windows XP. I use the cywin because my remote location has me using satellite internet which makes for high latency tenets, so developing