Re: Problems checking out branch-1-5

2003-06-02 Thread Assar Westerlund
Albert Chin [EMAIL PROTECTED] writes: I have CVS 1.11.5: $ cvs -d:pserver:[EMAIL PROTECTED]:/var/cvs login $ cvs -d:pserver:[EMAIL PROTECTED]:/var/cvs co -rbranch-1-5 libtool cvs [server aborted]: received abort signal It also fails for me, but it seems to work fine from

Sun C++ shared library creation failing

2003-06-02 Thread Albert Chin
On Solaris 9/SPARC with: $ CC -v CC: Forte Developer 7 C++ 5.4 Patch 111715-06 2003/03/29 ... PASS: tagdemo-conf.test FAIL: tagdemo-make.test SKIP: tagdemo-exec.test PASS: tagdemo-shared.test FAIL: tagdemo-make.test SKIP: tagdemo-exec.test ... Here's a copy of the error: $

Re: Sun C++ shared library creation failing

2003-06-02 Thread Albert Chin
On Sun, Jun 01, 2003 at 03:47:42PM -0500, Albert Chin wrote: On Solaris 9/SPARC with: $ CC -v CC: Forte Developer 7 C++ 5.4 Patch 111715-06 2003/03/29 ... PASS: tagdemo-conf.test FAIL: tagdemo-make.test SKIP: tagdemo-exec.test PASS: tagdemo-shared.test FAIL:

Re: Libtool 1.5 on MacOS X

2003-06-02 Thread Bill Northcott
Because of the way things are set up, adding fsf gcc support is essentially adding a completely different compiler. Depending on my available free time, I may decide to revisit this issue, do you really think it is required? With stock GCC 3.3, most if not all of the Apple-like command

RE: A portable way to link in all objects

2003-06-02 Thread Ronald Landheer-Cieslak
On Wed, 28 May 2003, Howard Chu wrote: Ronald Landheer-Cieslak wrote: I am looking for a way to portably tell libtool to link in all objects of a given static library. [snip] Link all of the static archive members into a single object file. This works on all platforms: (mkdir foo;