Re: HP-UX "module" linking problem

2006-09-19 Thread Kent Boortz
Albert Chin <[EMAIL PROTECTED]> writes: > So, in both cases, libz is not on the command-line used to create the > shared library. Yes, what I meant was that I took the "cc" line libtool expand to, inserted "-lmysqlclient" and tried link it manually. and it worked. Making me beleive it is a l

wgcc 2.0 RC1 released

2006-09-19 Thread Duft Markus
Hi again!   For all interested in native Windows binaries built with Autotools and mnay other interesting things:   wgcc is a cross-compiler tool primarily written for Microsoft's Interix. Its primary purpose is to produce native Windows binaries (internally using the Microsoft Tool chain),

AW: [boost] wgcc 2.0 RC1 released

2006-09-19 Thread Duft Markus
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 by visual studio, so you can debug the output. Gdb on windows (at least on inter

[Bug-kawa] 少し遊びましょう

2006-09-19 Thread $BEDCf(B$B9!Be(B
’j«‚ÌŠF—l‚ׂ̈ɁA‹t‰‡•ê–åƒTƒCƒg‚Å‚·I Š®‘S–³—¿“o˜^§‚ʼnïˆõ”‚Í‹ÆŠEƒgƒbƒvƒNƒ‰ƒXI •K‚¸o‰ï‚¢‚ª‚ ‚è‚Ü‚·B ’j«‚ÌŠF—l‚É‚Í‚¨‹à‚Ì•‰’S‚Í‚²‚´‚¢‚Ü‚¹‚ñB “–ƒTƒCƒg‚ł́AŠ„‚èØ‚è‹t‰‡•ŒðÛ‚ðŠó–]‚·‚鏗«‚Ì‚Ý‚ðÐ‰î‚µ‚Ä‚¨‚è‚Ü‚·B http://www.free-premium.com/sereb/Ps007/ ’j«‚ÌŠF—l‚͏—«‚ÌŠF—l‚©‚çƒTƒ|[ƒg‚ª

Re: HP-UX "module" linking problem

2006-09-19 Thread Albert Chin
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. > > Yes, what I meant was that I took the "cc" line libtool expand to, > inserted "-lmysqlc

Re: wgcc 2.0 RC1 released

2006-09-19 Thread Albert Chin
On Tue, Sep 19, 2006 at 11:05:25AM +0200, Duft Markus wrote: > > For all interested in native Windows binaries built with Autotools > and mnay other interesting things: > > wgcc is a cross-compiler tool primarily written for Microsoft's > Interix. Its primary purpose is to produce native Window

AW: wgcc 2.0 RC1 released

2006-09-19 Thread Duft Markus
Hm, really i started out porting from unix to windows using cccl, but it took not too long to realize that cccl is far to less powerfull. Cccl is capable of translating some command line options, not really much more. This doesn't mean cccl is bad. If one doesn't need more than this, its perfect

Re: wgcc 2.0 RC1 released

2006-09-19 Thread David Abrahams
"Duft Markus" <[EMAIL PROTECTED]> writes: > Hi again! > > For all interested in native Windows binaries built with Autotools and > mnay other interesting things: I'm not sure whether this is on-topic for Boost; it seems of somewhat borderline relevance. However, now that you've started the thr

Re: [boost] wgcc 2.0 RC1 released

2006-09-19 Thread David Abrahams
"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 by visual studio, so you can de

deploying libraries and executables from a staging area

2006-09-19 Thread Noel Yap
What are the proper incantations to deploy libraries and executables from a staging area (such that the rpath correctly points to the deployment area)? The following doesn't seem to work: ./libtool --mode=install install ${la} ${destination}/lib/${l} ./libtool --mode=finish

Re: deploying libraries and executables from a staging area

2006-09-19 Thread Albert Chin
On Tue, Sep 19, 2006 at 03:32:58PM -0700, Noel Yap wrote: > What are the proper incantations to deploy libraries and executables > from a staging area (such that the rpath correctly points to the > deployment area)? > > The following doesn't seem to work: > >./libtool --mode=install i

Re: deploying libraries and executables from a staging area

2006-09-19 Thread Noel Yap
On 9/19/06, Albert Chin <[EMAIL PROTECTED]> wrote: On Tue, Sep 19, 2006 at 03:32:58PM -0700, Noel Yap wrote: > What are the proper incantations to deploy libraries and executables > from a staging area (such that the rpath correctly points to the > deployment area)? > > The following doesn't seem

Re: deploying libraries and executables from a staging area

2006-09-19 Thread Albert Chin
On Tue, Sep 19, 2006 at 05:18:08PM -0700, Noel Yap wrote: > On 9/19/06, Albert Chin <[EMAIL PROTECTED]> wrote: > >On Tue, Sep 19, 2006 at 03:32:58PM -0700, Noel Yap wrote: > >> What are the proper incantations to deploy libraries and executables > >> from a staging area (such that the rpath correct

Re: deploying libraries and executables from a staging area

2006-09-19 Thread Ralf Wildenhues
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]> wrote: > > >On Tue, Sep 19, 2006 at 03:32:58PM -0700, Noel Yap wrote: > > >> > > >>./libtool --mo