discard “Configured with” line from gcc -v output

2009-09-08 Thread Alexandre Oliva
Oliva aol...@redhat.com * libtool.m4 (output_verbose_link_cmd): Require leading blank, and blank before -L. for gcc/ChangeLog from Alexandre Oliva aol...@redhat.com * configure: Rebuilt with modified libtool.m4. for libstdc++-v3/ChangeLog from Alexandre Oliva aol...@redhat.com

Re: discard “Configured with” line from gcc -v output

2009-09-08 Thread Alexandre Oliva
On Sep 8, 2009, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: * Alexandre Oliva wrote on Tue, Sep 08, 2009 at 05:17:28PM CEST: The symptom was an incomplete link command line, resulting from a trailing «'» character in a -L flag added by libtool. FWIW, it is not clear to me why

[SCM] GNU Libtool annotated tag, release-1-3-2, deleted. release-1-3-1-13-g453b778

2008-04-19 Thread Alexandre Oliva
--- tag release-1-3-2 Tagger: Alexandre Oliva [EMAIL PROTECTED] Date: Wed May 26 00:28:32 1999 + 453b778addf1c4da6062e83128451577e5329aff * configure.in: Bumped to 1.3.2

[SCM] GNU Libtool annotated tag, multi-language-fork, deleted. automake_1-4-515-gfad95cc

2008-04-19 Thread Alexandre Oliva
--- tag multi-language-fork Tagger: Alexandre Oliva [EMAIL PROTECTED] Date: Fri Dec 3 03:21:29 1999 + fad95cc179f3861f1da488fb979d0d5aedba6523 * ltconfig.in (ac_compile): Use $ac_ext instead of .c. (ac_link): Likewise. (dlfcn.h, ac_try): Do

[SCM] GNU Libtool annotated tag, multi-language-fork, created. multi-language-fork

2008-04-19 Thread Alexandre Oliva
the variable is non-empty before Alexandre Oliva (13): * doc/libtool.texi (Porting inter-library dependencies): Typos * ltmain.in: Fix creation of relative links to object files in * libltdl/COPYING.LIB: Update to version 2.1. * ltconfig.in (CDPATH): Set to `:' instead

[SCM] GNU Libtool annotated tag, release-1-3, created. release-1-3

2008-04-19 Thread Alexandre Oliva
1340c3dc7b314bb1f90294794d4eb17e3ae66d18 (commit) tagged by Gary V. Vaughan on Thu Apr 17 13:37:20 2008 -0400 - Log - 1.3 Alexandre Oliva (385): * demo/Makefile.am (objdir): there are no longer quotes around

[SCM] GNU Libtool annotated tag, autoconf_pre_2-13, deleted. start-10-ge17a168

2008-04-19 Thread Alexandre Oliva
--- tag autoconf_pre_2-13 Tagger: Alexandre Oliva [EMAIL PROTECTED] Date: Tue Dec 1 17:00:17 1998 + e17a1688be305b503b5f13374e6f8367dbeb9925 imported from autoconf CVS tree

[SCM] GNU Libtool annotated tag, multi-language-merge-point, created. multi-language-merge-point

2008-04-19 Thread Alexandre Oliva
: Handle case where /bin/nm -p outputs multiple Alexandre Oliva (95): * doc/libtool.texi (Porting inter-library dependencies): Typos * ltmain.in: Fix creation of relative links to object files in * libltdl/COPYING.LIB: Update to version 2.1. * ltconfig.in (CDPATH): Set

[SCM] GNU Libtool annotated tag, automake_1-4, created. automake_1-4

2008-04-19 Thread Alexandre Oliva
67646eef648c64869164053c006f5efdbd358a6f (commit) tagged by Gary V. Vaughan on Thu Apr 17 14:44:09 2008 -0400 - Log - automake_1-4 Alexandre Oliva (120): * demo/Makefile.am (objdir): there are no longer quotes around

[SCM] GNU Libtool annotated tag, release-1-2d, created. release-1-2d

2008-04-19 Thread Alexandre Oliva
bf8a4660a3a417893ca1879dee42f5b9dfef531e (commit) tagged by Gary V. Vaughan on Thu Apr 17 14:46:03 2008 -0400 - Log - 1.2d Alexandre Oliva (68): * demo/Makefile.am (objdir): there are no longer quotes around

[SCM] GNU Libtool annotated tag, release-1-2f, created. release-1-2f

2008-04-19 Thread Alexandre Oliva
d6b6c13f5b8ece8a1bad355637d65fc1a41aa64d (commit) tagged by Gary V. Vaughan on Thu Apr 17 13:38:36 2008 -0400 - Log - 1.2f Alexandre Oliva (296): * demo/Makefile.am (objdir): there are no longer quotes around

[SCM] GNU Libtool annotated tag, release-1-3-2, created. release-1-3-2

2008-04-19 Thread Alexandre Oliva
97087392045d12b18115a5de72c1ac11de418d73 (commit) tagged by Gary V. Vaughan on Thu Apr 17 13:35:20 2008 -0400 - Log - 1.3.2 Alexandre Oliva (400): * demo/Makefile.am (objdir): there are no longer quotes around

Re: libtool 1.5 -static and installed libraries

2005-09-09 Thread Alexandre Oliva
switch to provide the behavior you suggest then I think your suggestion is unreasonable. -- Alexandre Oliva http://www.lsd.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED], gcc.gnu.org} Free Software Evangelist [EMAIL PROTECTED], gnu.org

Re: Libtool API suggestion: LTDL_SHLIB_PRE and/or char* ltdl_map_shared_name(const char* name)

2005-09-08 Thread Alexandre Oliva
for say foo.a when given -lfoo. -- Alexandre Oliva http://www.lsd.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED], gcc.gnu.org} Free Software Evangelist [EMAIL PROTECTED], gnu.org} ___ http://lists.gnu.org/mailman/listinfo

Re: libtool 1.5 -static and installed libraries

2005-09-08 Thread Alexandre Oliva
names, perhaps even as convenience archives, and link with them. Then you won't have to use -static for linking, and this will take care of getting the shared version of libdb linked in. -- Alexandre Oliva http://www.lsd.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED

Re: 1.5 release

2005-04-23 Thread Alexandre Oliva
configuring CXX and F77 in every single libtool script, part of packages that only care about C? For reference: Index: ChangeLog from Alexandre Oliva [EMAIL PROTECTED] * libtool.m4 (_LT_AC_TAGCONFIG): Don't bring in CXX and F77 unless the corresponding AC_PROG_ macro was provided. Index

don't force CXX and F77 to be configured in

2005-04-17 Thread Alexandre Oliva
it :-) Index: ChangeLog from Alexandre Oliva [EMAIL PROTECTED] * libtool.m4 (_LT_AC_TAGCONFIG): Don't bring in CXX and F77 unless the corresponding AC_PROG_ macro was provided. Index: libtool.m4 === RCS file: /cvsroot/libtool/libtool

Re: CC can be a program name *with arguments*

2005-03-03 Thread Alexandre Oliva
to be used, namely, using the script created by the configure script of the package being built. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED], gcc.gnu.org} Free Software Evangelist [EMAIL PROTECTED], gnu.org}

Re: fallback-echo, finding a suitable $ECHO

2005-01-29 Thread Alexandre Oliva
cases doesn't exactly give me a warm fuzzy feeling about this construct :-) func_fallback_echo () { # Without the eval, Bourne shells create the here doc at definition time. eval 'cat _LT_EOF $* _LT_EOF ' : # work around bash bug } -- Alexandre Oliva http

Re: Understanding -static

2005-01-29 Thread Alexandre Oliva
absurd to me (but I may be naive here). It sounds absurd to me, FWIW :-) At least, it works fine on GNU/Linux. Are you sure? -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED], gcc.gnu.org} Free Software Evangelist [EMAIL PROTECTED

Re: RFC: proposal for indirect deplibs

2004-12-22 Thread Alexandre Oliva
, particularly non-ELF ones. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED], gcc.gnu.org} Free Software Evangelist [EMAIL PROTECTED], gnu.org} ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Installed libstdc++.la depends on GCC build directory

2004-09-11 Thread Alexandre Oliva
if the build tree is removed and anyone can recreate the same tree (think /tmp/build/gcc/...), all you have to do is create some libraries with carefully-chosen names in there and wait for someone to link a C++ program using libtool and run it. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva

Re: GNU Libtool 1.5.8 released.

2004-09-08 Thread Alexandre Oliva
be amended to match Debian GNU/Linux x86_64 practice. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED], gcc.gnu.org} Free Software Evangelist [EMAIL PROTECTED], gnu.org} ___ Libtool mailing list

Re: Linking against indirect dependencies

2004-05-29 Thread Alexandre Oliva
support this are GNU/Linux ports. Try this on x86_64-linux-gnu, for example. It won't work, unless you somehow arrange for libdep.o to not contain any relocations that aren't PIC. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED

Re: Linking against indirect dependencies

2004-05-28 Thread Alexandre Oliva
of. Risky... -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Red Hat Compiler Engineer [EMAIL PROTECTED], gcc.gnu.org} Free Software Evangelist [EMAIL PROTECTED], gnu.org} ___ Libtool mailing list [EMAIL PROTECTED] http

Re: [MAD SCIENCE EXPERIMENT]: Replace some libtool functionality with handcoded C

2003-12-10 Thread Alexandre Oliva
On Dec 9, 2003, Tom Tromey [EMAIL PROTECTED] wrote: Alexandre == Alexandre Oliva [EMAIL PROTECTED] writes: Alexandre the *_OBJECT definitions assume the absence of shell-active Alexandre characters in filenames, which is probably a safe Alexandre assumption for Makefiles. It isn't

Re: [MAD SCIENCE EXPERIMENT]: Replace some libtool functionality with handcoded C

2003-12-03 Thread Alexandre Oliva
program. Wanna give it a try? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer [EMAIL PROTECTED], gcc.gnu.org} CS PhD student at IC-Unicamp[EMAIL PROTECTED], gnu.org} Free Software EvangelistProfessional serial

Re: printing exceptions?

2002-03-15 Thread Alexandre Oliva
On Mar 6, 2002, Tom Tromey [EMAIL PROTECTED] wrote: Alexandre == Alexandre Oliva [EMAIL PROTECTED] writes: Alexandre Actually, I was thinking of libgcj.la being linked with Alexandre $(THREADLIBS) first, which would solve the problem just the Alexandre same. We already do

Re: printing exceptions?

2002-03-15 Thread Alexandre Oliva
On Mar 15, 2002, Richard Henderson [EMAIL PROTECTED] wrote: On Fri, Mar 15, 2002 at 07:43:43PM -0300, Alexandre Oliva wrote: Another possibility that occurred to me, that would further alleviate the problem of duplicate shared libraries, would be to get GCC to no longer issue the `-lgcc_s

Re: printing exceptions?

2002-03-15 Thread Alexandre Oliva
On Mar 15, 2002, Andreas Schwab [EMAIL PROTECTED] wrote: Alexandre Oliva [EMAIL PROTECTED] writes: | However, I kind of fail to see the point of having -lgcc before -lc. The point of having -lgcc before -lc is that -lgcc can add references to -lc functions that were not referenced before

Re: No static libraries?

2002-03-01 Thread Alexandre Oliva
trying to install? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software EvangelistProfessional serial bug

Re: PATCH: Fix libtool to support Linux/mips

2002-02-07 Thread Alexandre Oliva
want, omit -liberty from the link command of libbfd. You'll get a perfectly broken libbfd then, just the way you want :-) -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp

Re: PATCH: Fix libtool to support Linux/mips

2002-02-07 Thread Alexandre Oliva
, so libtool took the conservative approach of assuming that linking static libraries into shared libraries didn't always work. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC

Re: PATCH: Fix mips*-*-linux*

2002-02-07 Thread Alexandre Oliva
On Feb 7, 2002, Robert Boehne [EMAIL PROTECTED] wrote: You have my approval to un-do my mistsake. Thanks, I've just installed the patch. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD

Re: PATCH: Fix mips*-*-linux*

2002-02-07 Thread Alexandre Oliva
On Feb 7, 2002, H . J . Lu [EMAIL PROTECTED] wrote: Well, there is no libiberty.so. You wind up with always linking files in libiberty.a when libtool is used, no matter they are needed or not. And what is the problem with linking libiberty.a, if libbfd actually depends on it? -- Alexandre

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread Alexandre Oliva
On Feb 4, 2002, H . J . Lu [EMAIL PROTECTED] wrote: On Mon, Feb 04, 2002 at 09:52:04AM -0200, Alexandre Oliva wrote: On Feb 4, 2002, H . J . Lu [EMAIL PROTECTED] wrote: * libtool.m4 (lt_cv_deplibs_check_method): Support Linux/mips. Before I waste any further time on it, is it any

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread Alexandre Oliva
On Feb 4, 2002, H . J . Lu [EMAIL PROTECTED] wrote: On Mon, Feb 04, 2002 at 09:52:04AM -0200, Alexandre Oliva wrote: On Feb 4, 2002, H . J . Lu [EMAIL PROTECTED] wrote: * libtool.m4 (lt_cv_deplibs_check_method): Support Linux/mips. Before I waste any further time on it, is it any

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread Alexandre Oliva
. I am not interested in any explanation why libtool has to/should do it that way. So you want to modify libtool without understanding what's going on. This won't work. In fact, it has already failed. It's too bad that your incorrect patch went in and broke what was working fine. -- Alexandre

Re: PATCH: Fix mips*-*-linux*

2002-02-06 Thread Alexandre Oliva
. Sorry for having dropped the ball for so long. It's too bad I don't foresee this changing in the near future :-( Index: ChangeLog from Alexandre Oliva [EMAIL PROTECTED] Reverted incorrect patch: 2001-10-24 H.J. Lu [EMAIL PROTECTED] * ltmain.sh: Allow link against an archive when building

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread Alexandre Oliva
with libbfd.la with -static, then drop -liberty from the command line you get and you'll see why. Please fix it. You still haven't shown that there's anything to be fixed. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva

Re: PATCH: Fix libtool to support Linux/mips

2002-02-04 Thread Alexandre Oliva
On Feb 4, 2002, H . J . Lu [EMAIL PROTECTED] wrote: * libtool.m4 (lt_cv_deplibs_check_method): Support Linux/mips. Before I waste any further time on it, is it any different from the patch I rejected some months ago? It seems to still have the same problem. -- Alexandre Oliva Enjoy

Re: libtool hates twiddling

2002-01-14 Thread Alexandre Oliva
On Jan 15, 2002, Tom Tromey [EMAIL PROTECTED] wrote: Alexandre == Alexandre Oliva [EMAIL PROTECTED] writes: Alexandre In general, I recommend specifying the tag name explicitly, Alexandre like some Makefiles already do, and automake should Alexandre eventually do. Could you submit an automake

Re: MLB merge is done! Hurray!

2001-07-12 Thread Alexandre Oliva
On Jul 11, 2001, Gary V. Vaughan [EMAIL PROTECTED] wrote: On Wednesday 11 July 2001 3:56 am, Alexandre Oliva wrote: Congratulations for completing the merge, and sorry about my long absence. I'm afraid it will still last for a while, though :-( No problem. Is your PhD demanding more

Re: MLB merge is done! Hurray!

2001-07-10 Thread Alexandre Oliva
mainline. Would anybody mind if I kept using the libtool MLB for this purpose, and explain to anybody who happens to post a patch for that branch that a corresponding patch for mainline is required before the patch can go in the branch? -- Alexandre Oliva Enjoy Guarana', see http

Re: libtool: not configured to build any kind of library

2001-07-04 Thread Alexandre Oliva
On Jun 27, 2001, [EMAIL PROTECTED] wrote: Libtool builds only shared or static libraries. If you tell it to do neither, how is it going to work? It used to default to static-libraries only, in this case. I guess it was broken during the merge :-( -- Alexandre Oliva Enjoy Guarana', see

Re: dll cross-compile, .libs/impgen is a win-exe, not a linux-binary

2001-06-21 Thread Alexandre Oliva
On Jun 20, 2001, Olly Betts [EMAIL PROTECTED] wrote: The name CC_FOR_BUILD is preferable - see the discussion stemming from the first url below - perhaps libtool ought to change to this? I'd approve any reasonable patch that fixed this :-) -- Alexandre Oliva Enjoy Guarana', see http

Re: spec-files ?

2001-06-21 Thread Alexandre Oliva
On Jun 20, 2001, Enrico Weigelt [EMAIL PROTECTED] wrote: could anyone write an specfile for libtool ? Sure. In fact, a number of people already did. Just pick your preferred RPM-based GNU/Linux distribution and get the spec file from the libtool source RPM package. -- Alexandre Oliva

Re: ld --auto-import for cygwin and libtool

2001-06-19 Thread Alexandre Oliva
on Windows. Great job, Paul! :-) -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing

Re: dll installation logic

2001-06-17 Thread Alexandre Oliva
On Jun 8, 2001, Gary V. Vaughan [EMAIL PROTECTED] wrote: Unfortunately this probably comes dow to wrapper scripts, which is ugly too Since we're talking Cygwin, shouldn't it be a wrapper executable? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC

Re: dll installation logic

2001-06-17 Thread Alexandre Oliva
On Jun 8, 2001, Guido Draheim [EMAIL PROTECTED] wrote: hmmm, or an autoconf wrapper macro? Nope, this wouldn't work for libraries that are not installed in libdir, but in a subdir thereof. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: Fortran support in multi-language branch?

2001-06-17 Thread Alexandre Oliva
libraries, then linking them all together into a single libtool archive. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software

Re: Enabling/disabling shared or static libs from Makefile.am

2001-06-09 Thread Alexandre Oliva
On Jun 8, 2001, Pierre Sarrazin [EMAIL PROTECTED] wrote: libutils_la_LDFLAGS = -version-info 0:0:0 -no-undefined -static But the source files are still compiled twice. Use the multi-language branch of libtool and add `--tag disable-shared' to AM_CFLAGS. -- Alexandre Oliva Enjoy

Re: Line length limitations

2001-06-05 Thread Alexandre Oliva
On Jun 5, 2001, Robert Boehne [EMAIL PROTECTED] wrote: So I'm sure how to check the limits under SGI without the 'wc' command. Use cmp. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD

Re: objc/2902: collect2 doesn't ...: libtool should use collect2?

2001-06-04 Thread Alexandre Oliva
-post the patch, in case it works? It does. Test results for hppa1.1-hp-hpux10.20 are here: http://gcc.gnu.org/ml/gcc-testresults/2001-05/msg00734.html. I also ran `-static'. The revised patch is enclosed. Thanks, installing. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br

Re: make install-strip with libtool (CVS HEAD) automake (CVS HEAD) fails

2001-06-03 Thread Alexandre Oliva
' and `-s'. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: Libtool for C++, Windows and Unix

2001-05-31 Thread Alexandre Oliva
On May 31, 2001, Esben Haabendal Soerensen [EMAIL PROTECTED] wrote: So am I going to run into trouble when I move my stuff to HP-UX ? Yep. Or can I avoid trouble by only using dynamic libraries ? Static libraries, you mean? Yes, this would help. -- Alexandre Oliva Enjoy Guarana', see

Re: Libtool for C++, Windows and Unix

2001-05-30 Thread Alexandre Oliva
the compiler for linking. On most targets that don't support linking static libraries into shared libraries, libtool runs the linker directly, which means that you won't get either of the C++ library or the dynamic-constructor support object files linked in. -- Alexandre Oliva Enjoy Guarana', see

Re: libjava testsuite problem under i686-pc-linux-gnu

2001-05-28 Thread Alexandre Oliva
On May 28, 2001, John David Anglin [EMAIL PROTECTED] wrote: LD_LIBRARY_PATH is ignored for dependencies of shared libraries. What does work for me, is adding `rpath' options for the relink based on the path in LD_LIBRARY_PATH. How about setting LD_RUN_PATH? -- Alexandre Oliva Enjoy

Re: libjava testsuite problem under i686-pc-linux-gnu

2001-05-28 Thread Alexandre Oliva
doesn't affect this search. Libtool takes care of this problem too, but it can only do it when the library being linked in is a libtool library. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD

Re: objc/2902: collect2 doesn't ...: libtool should use collect2?

2001-05-28 Thread Alexandre Oliva
libtool. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: libjava testsuite problem under i686-pc-linux-gnu

2001-05-27 Thread Alexandre Oliva
looking for dependencies of dependence libraries. I seem to recall such an odd behavior is present on some platform; perhaps Solaris? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC

Re: objc/2902: collect2 doesn't ...: libtool should use collect2?

2001-05-27 Thread Alexandre Oliva
; it was used on all OSs in which it worked, back in the early days of libtool. I wish I knew what reason it was, in the case of HP-UX :-( -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD

Re: install phase fails

2001-05-24 Thread Alexandre Oliva
. In general, when relinking is necessary, you must not use a different prefix to install than the one used to build. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp

Re: DLLs with mingw or cygwin

2001-05-22 Thread Alexandre Oliva
On May 22, 2001, Sebastien Sable [EMAIL PROTECTED] wrote: As far as I know, those are as recent as they can get, but still no dll anywhere : AC_LIBTOOL_WIN32_DLL ? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva

Re: Removing duplicate occurences from dependency_libs

2001-05-20 Thread Alexandre Oliva
to add an argument to libtool to get back the old behavior, for instance -unique-dependency-libs ? Just make sure no library appears explicitly more than once in the dependence list of any library or program, and you'll get exactly what you want. -- Alexandre Oliva Enjoy Guarana', see http

Re: Removing duplicate occurences from dependency_libs

2001-05-20 Thread Alexandre Oliva
On May 20, 2001, Martin Baulig [EMAIL PROTECTED] wrote: I'll debug it later on. Thanks! -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva

Re: Removing duplicate occurences from dependency_libs

2001-05-20 Thread Alexandre Oliva
that don't support inter-library dependencies properly. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist

Re: [egagnon@j-meg.com: Bug#97759: libtool: build problem]

2001-05-17 Thread Alexandre Oliva
On May 17, 2001, Ossama Othman [EMAIL PROTECTED] wrote: Bug report for libtool 1.4 from a Debian user. Any ideas? My first guess would be that libffi has been mis-installed. What does /usr/lib/libffi.la look like? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva

Re: lots of -lresolv added to command line?

2001-05-17 Thread Alexandre Oliva
library, we don't ever remove duplicates of it. If such a library is used as a dependence of multiple other libraries, the duplicate dependency will end up appearing multiple times in their dependency lists. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC

Re: [MLB] BUG in install when piecewise linking

2001-05-17 Thread Alexandre Oliva
for the moment. I wish we could at least warn the users about the problem, though. That would be better than simply failing. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp

Re: custom wrapper script hooks

2001-05-17 Thread Alexandre Oliva
. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: libtool: link order problem affecting gij

2001-05-16 Thread Alexandre Oliva
) or somehow adjust libtool such that the postdeps of the compiler are handled as a unit, or something like that. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva

Re: Libtool for C++, Windows and Unix

2001-05-16 Thread Alexandre Oliva
On May 16, 2001, Lars von Wedel [EMAIL PROTECTED] wrote: Do I have to take a look into the multi-language branch To properly support C++, yes. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS

Re: I think binary-branch is almost ready for play time

2001-05-13 Thread Alexandre Oliva
On May 13, 2001, Bruce Korb [EMAIL PROTECTED] wrote: Alexandre Oliva wrote: In other words, your new macro should not need to do this: [= test-and-exit test = (get test) ... =] because it would be redundant. Good. But I had meant to write ``I'd like *you* to implement

Re: [MLB] BUG in install when piecewise linking

2001-05-11 Thread Alexandre Oliva
alternative would be to try to figure out the maximum line length supported by sed, and use that as an upper bound for the command-line length limit. Then, we could use new-lines instead of semicolons as command separators in relink_command. -- Alexandre Oliva Enjoy Guarana', see http

Re: Libtool drops -static from LDFLAGS?

2001-05-09 Thread Alexandre Oliva
-- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: Libtool drops -static from LDFLAGS?

2001-05-08 Thread Alexandre Oliva
* them. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: crosscompiled .exe (Re: crosscompiling dll linux-mingw32)

2001-05-02 Thread Alexandre Oliva
in my to-do list for a while. Along the same lines, we should probably not even bother to create the wrapper script/program when cross compiling. I'm not sure we already do this. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: Installing convenience libraries

2001-05-02 Thread Alexandre Oliva
On Apr 30, 2001, Nick Hudson [EMAIL PROTECTED] wrote: Are there really platforms that do not allow the equivalent of ar PIC objects? I believe the oddities of MS-Windows DLLs could break this in certain cases. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat

Re: Installing convenience libraries

2001-05-02 Thread Alexandre Oliva
On Apr 26, 2001, Nick Hudson [EMAIL PROTECTED] wrote: What I'd like is a archive of -fPIC compiled code. Compile the code with -prefer-pic and create a -static library. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva

Re: crosscompiling dll linux-mingw32

2001-04-26 Thread Alexandre Oliva
. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: libtool-1.4

2001-04-25 Thread Alexandre Oliva
' is defined away for compilers that don't support it (which AC_C_INLINE should take care of). Of course, re-enabling inline is not a requirement for the release, since we can always re-enable it later. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: 1.3e (1.913) test results for i386-unknown-netbsd1.4.1

2001-04-25 Thread Alexandre Oliva
the fix isn't present? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists

Re: Making hardcode.test more robust [patch against HEAD]

2001-04-23 Thread Alexandre Oliva
to the original version when cross compiling. And then, I wonder whether we really want potentially different results for the same host platform... -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD

Re: Libtool and Pkg-Config

2001-04-23 Thread Alexandre Oliva
phase, I would have looked at it :-) -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write

Re: Libtool and Pkg-Config

2001-04-22 Thread Alexandre Oliva
is the RPM-style version comparisons, which is beyond my ability to implement in shell, but I'm sure someone can figure it out. ;-) In shell? I was hoping pkg-config could be implemented in something more reasonable... -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva

Re: Making hardcode.test more robust [patch against HEAD]

2001-04-22 Thread Alexandre Oliva
programs on the build machine. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing

Re: Libtool and Pkg-Config

2001-04-21 Thread Alexandre Oliva
(or a directory containing links). -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists

Re: Fix: Interlibrary dependencies SCO Uw7

2001-04-19 Thread Alexandre Oliva
when linking non-PIC into a shared library. Anyway, if it passes all these tests, the patch is probably fine for *this* version of UnixWare. This doesn't make it good for older versions. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: Duplicates in library auto-dependencies

2001-04-19 Thread Alexandre Oliva
. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: Duplicates in library auto-dependencies

2001-04-19 Thread Alexandre Oliva
, I hadn't realized it used a carefully-chosen heuristics to decide when certain duplicates couldn't be removed. Now that I know that, I agree it's right to leave the duplicate-removal code enabled. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC

Re: Downtime... musings... libtool-1.4

2001-04-19 Thread Alexandre Oliva
On Apr 18, 2001, "Gary V. Vaughan" [EMAIL PROTECTED] wrote: However, I just deleted my savannah#2 certificate, and I can can now get in. Me too. Sorry about the noise. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: Mainline bootstrap failure (Re: libstdc++ execute tests)

2001-04-17 Thread Alexandre Oliva
On Apr 16, 2001, "Gary V. Vaughan" [EMAIL PROTECTED] wrote: I like this idea. Would you add it to the libtool TODO file please, Ok to install? Index: ChangeLog from Alexandre Oliva [EMAIL PROTECTED] * TODO: Add -L- flag. I

Re: Configuring libtool HEAD branch.

2001-04-16 Thread Alexandre Oliva
On Apr 16, 2001, Russ Allbery [EMAIL PROTECTED] wrote: Some vague memory also tells me that this is how shared library versioning is done (with differently named shared objects). Yep, this matches my understanding of the way shared libraries work on AIX. -- Alexandre Oliva Enjoy Guarana

Re: ld.so.1: dlopen: fatal: foo: can't find symbol

2001-04-16 Thread Alexandre Oliva
On Apr 16, 2001, Christopher Lintz [EMAIL PROTECTED] wrote: handle = dlopen("/home/cjl/.libs/foo.so.0", RTLD_LAZY ); [...] if ((fptr = (int (*) () )dlsym(RTLD_DEFAULT, "foo")) != NULL) make it `handle' -- Alexandre O

Re: shared library linking on Darwin

2001-04-16 Thread Alexandre Oliva
inter library dependencies when module loading - Compile it as a libtool convenience archive. That's exactly the purpose of this feature. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student

Re: Mainline bootstrap failure (Re: libstdc++ execute tests)

2001-04-12 Thread Alexandre Oliva
would compare the prefix of the canonicalized full pathname corresponding to $(MULTILIBTOP)/.. with that of each directory passed in -L, and remove it from dependency_libs in the installable .la file. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: problems compiling latest cvs of gcc_3.0 branch..

2001-04-11 Thread Alexandre Oliva
tag to CC, for symmetry with CXX and GCJ. We can always add alternatives later, if needed. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu

Re: problems compiling latest cvs of gcc_3.0 branch..

2001-04-06 Thread Alexandre Oliva
d probably arrange for ltconfig to reject creating such tags, to avoid confusion. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu

Re: FYI: duplicate removal patch [Was Re: ok, new libtool forcygwinupdates]

2001-04-05 Thread Alexandre Oliva
-lname flags around :-( -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists

  1   2   3   >