Re: Problem with DLLs and processes

2004-01-28 Thread Brian Dessent
Przemyslaw Sliwa wrote: > > Woww, > > It seems it is much more complicated than just the simple STATIC option in GCC under > Linux. > But there must be a way to link the executable with the dlls. Like in Linux. No, there really isn't a way. You cannot compare the two situations because the

Re: Problem with DLLs and processes

2004-01-27 Thread Christopher Faylor
On Tue, Jan 27, 2004 at 10:48:16AM -0500, Larry Hall wrote: >Actually, the recommended approach is to distribute your program that >depends on Cygwin and then point to cygwin.com's setup to install the >Cygwin package (and anything else needed/wanted). Obviously, this could >be automated too. > >

RE: Problem with DLLs and processes

2004-01-27 Thread Larry Hall
At 06:47 AM 1/27/2004, Dave Korn you wrote: > > >> -Original Message- >> From: cygwin-owner On Behalf Of Przemyslaw Sliwa > >> I have a question regarding the dynamically linked libraries >> in Cygwin. >> When I compile my program under cygwin it uses the dlls. And >> then during the run

Re: Problem with DLLs and processes

2004-01-27 Thread Jani Tiainen
Przemyslaw Sliwa wrote: Woww, It seems it is much more complicated than just the simple STATIC option in GCC under Linux. But there must be a way to link the executable with the dlls. Like in Linux. There really isn't way. There is some ways to get around it, like bundling that DLL inside a

RE: Problem with DLLs and processes

2004-01-27 Thread Przemyslaw Sliwa
Woww, It seems it is much more complicated than just the simple STATIC option in GCC under Linux. But there must be a way to link the executable with the dlls. Like in Linux. The other things do not work properly. I can set the priorities but it is not possible to quit the console without s

RE: Problem with DLLs and processes

2004-01-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Przemyslaw Sliwa > I have a question regarding the dynamically linked libraries > in Cygwin. > When I compile my program under cygwin it uses the dlls. And > then during the runtime it loads all the functions from the dll. > A sim

Problem with DLLs and processes

2004-01-27 Thread Przemyslaw Sliwa
Hi, I have a question regarding the dynamically linked libraries in Cygwin. When I compile my program under cygwin it uses the dlls. And then during the runtime it loads all the functions from the dll. A similar story we have under Linux when one uses the .lo or .so files. However I want to use