large messages (was: Support for creating shared C++ libraries on BeOS)

2005-10-30 Thread Ralf Wildenhues
Hi Christian, * Christian Biesinger wrote on Sun, Oct 30, 2005 at 05:59:03PM CET: > Hi again, and sorry for the late reply. I did, unfortunately, not have > time to do this earlier... That is no problem at all. However, I guess some readers of this list might be annoyed by large messages as you

Re: Support for creating shared C++ libraries on BeOS

2005-10-30 Thread Christian Biesinger
Ralf Wildenhues wrote: By the way: does BeOS need the "lib" prefix for modules at all? To test a hypothetical "no" answer, I think this should work: configure $EDITOR ./libtool # set need_lib_prefix=no make check TESTS='tests/mdemo-shared.test' This passed (HEAD; I interrupted the testsu

Re: Support for creating shared C++ libraries on BeOS

2005-10-13 Thread Ralf Wildenhues
Hi Christian, * Christian Biesinger wrote on Sun, Oct 09, 2005 at 10:15:02PM CEST: > Ralf Wildenhues wrote: > >Also, we love to see testsuite output.. ;-) > > And here, the log of make test for HEAD. 5 tests failed... most with > "invalid loader". Something wrong with libltdl? Confirmed. To re

Re: Support for creating shared C++ libraries on BeOS

2005-10-10 Thread Ralf Wildenhues
Hi Christian, * Christian Biesinger wrote on Sun, Oct 09, 2005 at 08:51:32PM CEST: > Ralf Wildenhues wrote: > >branch-2-0 is dead, 2.0 will be released from what is now CVS HEAD. > Ah, thank you for the checkins. The 2.0 branch status is somewhat > unclear on the webpage, which says: *snip* > Th

Re: Support for creating shared C++ libraries on BeOS

2005-10-09 Thread Christian Biesinger
Ralf Wildenhues wrote: Also, we love to see testsuite output.. ;-) And here, the log of make test for HEAD. 5 tests failed... most with "invalid loader". Something wrong with libltdl? -biesi checklog-head.gz Description: PostScript document ___ h

Re: Support for creating shared C++ libraries on BeOS

2005-10-09 Thread Christian Biesinger
Ralf Wildenhues wrote: Maybe you could take a look at the FIXME mentioned? Also, we love to see testsuite output.. ;-) I attached the gzipped verbose "make check" output. Seems to me like the problem is with accessing symbols in executables? -biesi checklog.gz Description: PostScript docu

Re: Support for creating shared C++ libraries on BeOS

2005-10-09 Thread Christian Biesinger
Hi Ralf, Ralf Wildenhues wrote: branch-2-0 is dead, 2.0 will be released from what is now CVS HEAD. I have checked in the following patches to CVS HEAD and branch-1-5, respectively. Ah, thank you for the checkins. The 2.0 branch status is somewhat unclear on the webpage, which says: HEAD

Re: Support for creating shared C++ libraries on BeOS

2005-10-08 Thread Ralf Wildenhues
Hi Christian, * Christian Biesinger wrote on Sun, Oct 09, 2005 at 03:41:42AM CEST: > Hi, > the attached patch fixes (implements) C++ support for shared libraries > on BeOS. It just copies the C part to the C++ section; this works fine, > I tested on Zeta. Thank you for the patch! > The patch w

Support for creating shared C++ libraries on BeOS

2005-10-08 Thread Christian Biesinger
Hi, the attached patch fixes (implements) C++ support for shared libraries on BeOS. It just copies the C part to the C++ section; this works fine, I tested on Zeta. The patch was made against libtool 1.5.16; it seems to apply to 1.5.20 as well. Would be great if you could check it in. Looki