Re: CVS libtool incompatability with IRIX compiler

2000-05-02 Thread Albert Chin-A-Young
On Wed, May 03, 2000 at 02:36:52AM -0300, Alexandre Oliva wrote: > On May 3, 2000, Albert Chin-A-Young <[EMAIL PROTECTED]> wrote: > > > Ok, thanks. However, this raises another problem. > > CXXFLAGS="-Wc,-LANG:std" won't work as the configure tests to make > > sure CC works will fail. > > You'd

Re: CVS libtool incompatability with IRIX compiler

2000-05-02 Thread Alexandre Oliva
On May 3, 2000, Albert Chin-A-Young <[EMAIL PROTECTED]> wrote: > Ok, thanks. However, this raises another problem. > CXXFLAGS="-Wc,-LANG:std" won't work as the configure tests to make > sure CC works will fail. You'd have to add this flag to LDFLAGS (since it's only to be used at link time; at

Re: CVS libtool incompatability with IRIX compiler

2000-05-02 Thread Albert Chin-A-Young
On Wed, May 03, 2000 at 02:20:51AM -0300, Alexandre Oliva wrote: > On May 3, 2000, Albert Chin-A-Young <[EMAIL PROTECTED]> wrote: > > > On Tue, May 02, 2000 at 11:10:32PM +0100, Gary V. Vaughan wrote: > >> On Sat, Apr 22, 2000 at 09:53:42AM -0500, Bob Friesenhahn wrote: > > >> This is a known p

Re: CVS libtool incompatability with IRIX compiler

2000-05-02 Thread Alexandre Oliva
On May 3, 2000, Albert Chin-A-Young <[EMAIL PROTECTED]> wrote: > On Tue, May 02, 2000 at 11:10:32PM +0100, Gary V. Vaughan wrote: >> On Sat, Apr 22, 2000 at 09:53:42AM -0500, Bob Friesenhahn wrote: >> This is a known problem with a workaround: when building the libtool >> compile line, you sho

Re: CVS libtool incompatability with IRIX compiler

2000-05-02 Thread Albert Chin-A-Young
On Tue, May 02, 2000 at 11:10:32PM +0100, Gary V. Vaughan wrote: > On Sat, Apr 22, 2000 at 09:53:42AM -0500, Bob Friesenhahn wrote: > > The IRIX C/C++ compiler accepts aguments of the form "-LANG:std". > > Options of this form must be specified in order to compile and link > > C++ code, and possib

Re: [PATCH] Re: Problem with ltconfig --mode=link invocation

2000-05-02 Thread Alexandre Oliva
On Apr 27, 2000, Jakub Jelinek <[EMAIL PROTECTED]> wrote: > ltconfig records for gcc any options from gcc -print-multi-lib and if it > sees them during --mode link, it passes them into compiler_flags (and thus > into gcc -shared options) That's part of what the multi-language branch does. > In

Re: missing .deps/dtedio.pp

2000-05-02 Thread Tom Tromey
> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: Gary> For some reason, libtool and automake are conspiring to pass Gary> gcc's dependency generation options (-Wp,-MD,.deps/dtedio.pp) to Gary> your MIPSpro compiler. I *think* you might need to use an Gary> automake from after the `depg

Re: libtool 1.3.4 Patch to support HP-UX 10.20 inter-library dependencies

2000-05-02 Thread John Wehle
> You haven't set file_magic_test_file though. I no longer have access > to an HP box to choose one, could you find a suitable shared library > path (/usr/lib/libc.sl* or equivalent) and tell me what it is. almond$ uname -a HP-UX almond B.10.20 E 9000/817 1799083141 8-user license almond$ ls -l

Re: missing .deps/dtedio.pp

2000-05-02 Thread Gary V. Vaughan
On Mon, May 01, 2000 at 09:23:39PM -0700, Ted Irons wrote: > Thanks in advance for your help. > > I am running autoconf-2.13 and automake-1.4 > with the multi-language-branch of libtool on > an IRIX64-6.5 machine using MIPSpro CC Version 7.2.1.3m. > > My configure line was > CC=CC RANLIB=: ../d

Re: CVS libtool incompatability with IRIX compiler

2000-05-02 Thread Gary V. Vaughan
On Sat, Apr 22, 2000 at 09:53:42AM -0500, Bob Friesenhahn wrote: > The IRIX C/C++ compiler accepts aguments of the form "-LANG:std". > Options of this form must be specified in order to compile and link > C++ code, and possibly strict ANSI code. Unfortunately, libtool > parses these options as be

Re: Versioning question

2000-05-02 Thread Gary V. Vaughan
Hi Bob. On Thu, Apr 27, 2000 at 03:26:42PM -0400, Bob Bell wrote: > > AFAICT, I'm bumping into problems with the versioning technique > libtool uses. Here's my (variable names expanded) libintl_a_LDFLAGS: > libintl_la_LDFLAGS = -version-info 0:35:0 -release 0.10 -export-dynamic You probabl

Re: libtool 1.3.4 Patch to support HP-UX 10.20 inter-library dependencies

2000-05-02 Thread Gary V. Vaughan
On Wed, Apr 26, 2000 at 06:37:49PM -0400, John Wehle wrote: > This patch updates the libtool HP-UX 10.20 support to take > advantage of the fact that the linker on this platform does > support inter-library dependencies. > > ChangeLog: > > Wed Apr 26 18:12:59 EDT 2000 John Wehle ([EMAIL PROTEC

Re[2]: Status of availability of features which allow correct and seamless support of DLLs in current GNU-Win32 releases

2000-05-02 Thread Paul Sokolovsky
Hello Ian, Monday, May 01, 2000, 10:39:46 PM, you wrote: ILT> O, I used to ask Mumit Khan why he distributes such outdated, ILT>19990818 binutils for mingw32, and got answer that there's bad ILT>attitudes of binutils maintainers towards pe frontend. Now, when ILT>official Cygnus

Order of shared libraries

2000-05-02 Thread nicola
Hello. I have a tricky problem - I was wondering if libtool could solve it (or could be made to solve it) or at least if someone here knows about these problems and could help me. When linking a unix tool program with GNUstep, it must be linked against two libraries: -lobjc (Objective-C runtime)

Re: missing .deps/dtedio.pp

2000-05-02 Thread Alexandre Oliva
On May 2, 2000, Ted Irons <[EMAIL PROTECTED]> wrote: > I am running autoconf-2.13 and automake-1.4 > with the multi-language-branch of libtool on > an IRIX64-6.5 machine using MIPSpro CC Version 7.2.1.3m. automake 1.4's dependency tracking mechanism only supports gcc and GNU make. You'll need