platform specific notes

2005-03-23 Thread Ralf Wildenhues
I think we need a better place to put platform specific notes. branch-1-5 README has some, but README is not generally accessible - for users of libtoolized packages - before `configure'ing _that_ package The online manual is accessible before issuing configure, so a pointer from configure

Fw:

2005-03-23 Thread info
$B40A4L5NA3NDj!*!*!*(B $B:#$^$G![EMAIL PROTECTED],(B $B9%I$K$D$-!A49q3HBg!*!*:#$,%A%c%s%9$G$9!#(B $B(%3%3$KEPO?$7$F$k=w$N;R$OK\Ev$G$9!#(B 1.$B5U!{=u4uK[EMAIL PROTECTED](B 2.$B#S#M4uK[EMAIL PROTECTED](B 3.$B:#F|[EMAIL PROTECTED](B 4.$BITNQ4uK[EMAIL PROTECTED](B [EMAIL

Should libtool link in libgcc when building a shared library?

2005-03-23 Thread Steve Ellcey
I would just like to verify that the intended behaviour of libtool, when using GCC to build a shared library, is to *not* automatically include '-lgcc' on the link line used to build the shared library. Is that the correct, intended behaviour? The reason I ask is I am trying to port libffi (part

Re: Should libtool link in libgcc when building a shared library?

2005-03-23 Thread Bob Friesenhahn
On Wed, 23 Mar 2005, Steve Ellcey wrote: I would just like to verify that the intended behaviour of libtool, when using GCC to build a shared library, is to *not* automatically include '-lgcc' on the link line used to build the shared library. Libtool does not include '-lgcc' because it is a

Offshore Corporations - Infiinteaza simplu o firma cu impozit 0%, TVA 0%

2005-03-23 Thread Alberto Kurtyan (www.bnc.ro)
* PARADIS FISCAL / TAX HAVENS * Esti un om de afaceri de succes! (ROMANIAN / ENGLISH) Te-ai gindit vreodata

Re: Should libtool link in libgcc when building a shared library?

2005-03-23 Thread Steve Ellcey
From: Bob Friesenhahn [EMAIL PROTECTED] I would just like to verify that the intended behaviour of libtool, when using GCC to build a shared library, is to *not* automatically include '-lgcc' on the link line used to build the shared library. Libtool does not include '-lgcc' because it

Re: Should libtool link in libgcc when building a shared library?

2005-03-23 Thread Steve Ellcey
From: Bob Friesenhahn [EMAIL PROTECTED] From the beginning, libtool took the approach that it knew best. It would glean the list of libraries that the compiler would supply, extend the list, and then do the link using the system linker. More recently, libtool has started to change its

Re: Should libtool link in libgcc when building a shared library?

2005-03-23 Thread Albert Chin
On Wed, Mar 23, 2005 at 03:25:05PM -0800, Steve Ellcey wrote: I look at the file libtool.m4 from libtool 1.5.10, and I see: # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test $with_gnu_ld = yes; then