Re: [boost] wgcc 2.0 RC1 released

2006-09-20 Thread Brendon Costa
David Abrahams wrote: > "Duft Markus" <[EMAIL PROTECTED]> writes: > >> When building with wgcc there are a few benefits: >> >> Wgcc uses the native windows compiler to build (so the code may or may >> not be faster ;o)) and whats a lot more important: the debug >> information produced is readable

RE: [boost] wgcc 2.0 RC1 released

2006-09-20 Thread Duft Markus
All i can talk of is my experience using interix, since i didn't use cygwin that much. Cygwin was more or less dead at out company when i came in. The yhad too much problems with the cygwin builds. Some of the problems are, that the w32api for cygwin and mingw is not the *real* w32api, but some own

Re: deploying libraries and executables from a staging area

2006-09-20 Thread Noel Yap
This makes things /much/ clearer. Thanks, Noel On 9/19/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Noel, Albert, * Albert Chin wrote on Wed, Sep 20, 2006 at 05:36:45AM CEST: > On Tue, Sep 19, 2006 at 05:18:08PM -0700, Noel Yap wrote: > > On 9/19/06, Albert Chin <[EMAIL PROTECTED]> wro

Re: deploying libraries and executables from a staging area

2006-09-20 Thread Noel Yap
Actually, one more question. I need to install the binaries into /some/read-only/dir, but need the rpath to point to /some/read-write/dir. How can this be done? Thanks, Noel On 9/20/06, Noel Yap <[EMAIL PROTECTED]> wrote: This makes things /much/ clearer. Thanks, Noel On 9/19/06, Ralf Wilde

Re: deploying libraries and executables from a staging area

2006-09-20 Thread Ralf Wildenhues
* Noel Yap wrote on Wed, Sep 20, 2006 at 07:22:41PM CEST: > > I need to install the binaries into /some/read-only/dir, but need the > rpath to point to /some/read-write/dir. How can this be done? This isn't enough information to go by. If there are no libraries involved at all, or no libtool li

Re: HP-UX "module" linking problem

2006-09-20 Thread Ralf Wildenhues
Hello Albert, Kent, * Albert Chin wrote on Tue, Sep 19, 2006 at 04:58:59PM CEST: > On Tue, Sep 19, 2006 at 10:11:36AM +0200, Kent Boortz wrote: > > Albert Chin <[EMAIL PROTECTED]> writes: > > > > > So, in both cases, libz is not on the command-line used to create the > > > shared library. > > >

Re: deploying libraries and executables from a staging area

2006-09-20 Thread Noel Yap
On 9/20/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: * Noel Yap wrote on Wed, Sep 20, 2006 at 07:22:41PM CEST: > > I need to install the binaries into /some/read-only/dir, but need the > rpath to point to /some/read-write/dir. How can this be done? This isn't enough information to go by. If

RE: AW: boost ?!

2006-09-20 Thread Duft Markus
The initial reason for writing wgcc was, that we have tons and tons of unix software in-house, and need to port them to windows. We have our own build and distribution mechanism, and use much of autotools and libtool as well. To not break everything, i wrote wgcc, so that we are able to (under i