Re: patch to correct fallout from freebsd-elf changes

2024-01-17 Thread Tim Rice
[original post: https://lists.gnu.org/archive/html/libtool-patches/2017-06/msg0.html] With all the flurry of commits I'm hoping this gets included. [And gives me a chance to correct all the embarrassing typos in the body of the original message] Thanks. On Sun, 18 Jun 2017, Tim Rice wrote

Re: Passing LD_RUN_PATH through to the linker

2022-12-17 Thread Tim Rice
(JMPREL) 0xfb18 > 0x0011 (REL)0x9e60 > 0x0012 (RELSZ) 23736 (bytes) > 0x0013 (RELENT) 8 (bytes) > 0x (NULL) 0x0 > > I'm assuming there must be something else different in the way we build. Which development system are you using? OpenServer 5.0..7 had 3 different ones available. OpenServer 5 Definitive 2018 has 4. The latest being a GCC 4.2.4 and friends. > > Regards, > Kevin R. Bulgrien > -- Tim RiceMultitalents t...@multitalents.net

Re: Passing LD_RUN_PATH through to the linker

2022-12-15 Thread Tim Rice
rm src/libssh2.la SCOABSPATH=1 ; export SCOABSPATH gmake 2>&1 | tee x.log .. then package. Note: the last hunk is to address a regression introduced in 2.4.6 with the freebsd reorg. -- Tim RiceMultitalents t...@multitalents.net --- libtool.old 2022

Re: [PATCH 1/3] libtool.m4: augment symcode for Solaris 11

2021-07-19 Thread Tim Rice
t; + symcode='[[BCDRT]]' Will this change work on previous releases of Solaris? >;; > sco3.2v5*) >symcode='[[DT]]' > -- Tim Rice t...@multitalents.net

Re: Are *.la files supposed to be executable?

2021-01-09 Thread Tim Rice
ibgettextlib.la [snip] > Are the *.la files supposed to be executable? Since libtool sources the .la files, they do not need to be executable. You will see a mix of executable and non-executable in various distos. My packaging scripts do a chmod 644 on them.

patch to correct fallout from freebsd-elf changes

2017-06-18 Thread Tim Rice
=$number_minor revision=$number_revision ;; - freebsd-aout|qnx|sunos) + freebsd-aout|qnx|sco|sunos) current=$number_major revision=$number_minor age=0 -- Tim RiceMultitalents(707) 456-1146 t

Re: libtool-2.4.2.418 released [alpha]

2013-11-05 Thread Tim Rice
in the path and #21 did not fail. Now, which part is tripping up the system grep and what to do about it, I do not know. ;-) -- Tim RiceMultitalents(707) 456-1146 t...@multitalents.net ___ https://lists.gnu.org/mailman

Re: libtool, llvm-gcc, failing C++ exceptions

2010-01-12 Thread Tim Rice
native C++ compiler uses an old ATT Cfront front end to the C compiler. -- Tim RiceMultitalents(707) 887-1469 t...@multitalents.net

Re: [PATCH] Enable runtime cwrapper debugging; add tests

2009-12-15 Thread Tim Rice
Hi Chuck, On Tue, 15 Dec 2009, Charles Wilson wrote: On Mon, 14 Dec 2009 15:06 -0800, Tim Rice wrote: I would strongly advocate testing at least one System V based system. Non bash shells sometimes have issues. During the release process, certainly testing on as many supported

Re: libtool, OS X, and GNU ranlib

2009-10-01 Thread Tim Rice
so to speak. So if it needs anything, a warning should be sufficient. -- Tim RiceMultitalents(707) 887-1469 t...@multitalents.net

Re: [PATCH, take 3][cygwin|mingw] Control where win32 DLLs get installed.

2009-08-13 Thread Tim Rice
On Thu, 13 Aug 2009, Dave Korn wrote: Re that, BTW: can I use shell array variables portably? I'm guessing not, but it would simplify the design slightly if there was a way. No, array variables are not portable. -- Tim RiceMultitalents(707) 887-1469 t

Re: cmdline_wrap.at

2009-03-01 Thread Tim Rice
, _LT_LANG_F77_CONFIG, _LT_LANG_FC_CONFIG) (_LT_LANG_GCJ_CONFIG) reload_cmds, reload_flag: Initialize from default (C tag) value. * THANKS: Update. Report and analysis by Tim Rice and John Wolfe. - Begin patch - --- libtool-2.x

Re: cmdline_wrap.at

2009-02-28 Thread Tim Rice
-o \$output\$reload_objs t...@server01-unixware 134% grep -n CONFIG: CXX libtool 9097:# ### BEGIN LIBTOOL TAG CONFIG: CXX 9245:# ### END LIBTOOL TAG CONFIG: CXX . -- Tim RiceMultitalents(707) 887-1469 t...@multitalents.net

Re: cmdline_wrap.at

2009-02-28 Thread Tim Rice
-o \$output\$reload_objs t...@server01-unixware 134% grep -n CONFIG: CXX libtool 9097:# ### BEGIN LIBTOOL TAG CONFIG: CXX 9245:# ### END LIBTOOL TAG CONFIG: CXX . -- Tim RiceMultitalents(707) 887-1469 t...@multitalents.net

Re: cmdline_wrap.at

2009-02-25 Thread Tim Rice
Hi Ralf, On Wed, 25 Feb 2009, Ralf Wildenhues wrote: : Hi Tim, : : * Tim Rice wrote on Mon, Feb 23, 2009 at 10:47:49PM CET: : On Sat, 21 Feb 2009, Ralf Wildenhues wrote: : * Tim Rice wrote on Fri, Feb 20, 2009 at 09:29:40PM CET: : :I'm trying to understand the cmdline_wrap.at test

SCOABSPATH in 2.x

2009-02-24 Thread Tim Rice
I noticed that the SCOABSPATH bits are in aclocal.m4 on 2.2.6 and was wondering how they got there since the corresponding changes to libltdl/m4/libtool.m4 were intentionally not forward ported from the 1.5 branch. -- Tim RiceMultitalents(707) 887-1469 t

Re: cmdline_wrap.at

2009-02-23 Thread Tim Rice
Hi Ralf, On Sat, 21 Feb 2009, Ralf Wildenhues wrote: Hi Tim, * Tim Rice wrote on Fri, Feb 20, 2009 at 09:29:40PM CET: I'm trying to understand the cmdline_wrap.at test. I've added this patch to fix the 2 template tests that were failing on UnixWare 7.1.4 Can you post the verbose

Re: spaces

2009-01-22 Thread Tim Rice
whitespace cleanup. Cheers, Peter -- Tim RiceMultitalents(707) 887-1469 t...@multitalents.net

minumum ver of m4?

2008-11-13 Thread Tim Rice
Is there a miniumum version of m4 to build/test libtool-2.2.6 and later? Thanks. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Solaris 10 w/ SunStudio 11 64bit mode

2008-02-11 Thread Tim Rice
Hi Ralf, On Mon, 11 Feb 2008, Ralf Wildenhues wrote: * Tim Rice wrote on Mon, Feb 11, 2008 at 06:23:59AM CET: CVS HEAD pulled Fri Feb 8 17:52:22 PST 2008 Solaris 10 w/ SunStudio 11 I'm seeing failures in 64 bit mode I don't see in 32 bit mode with compiler options that woked for me

Re: CVS HEAD test 30

2008-02-10 Thread Tim Rice
On Sun, 10 Feb 2008, Ralf Wildenhues wrote: [ cutting libtool-patches ] Hi Tim, * Tim Rice wrote on Sun, Feb 10, 2008 at 12:05:33AM CET: Now only 54, 55 and of course 64 (because 54 55 fail) fail on UnixWare 7.1.4. There is still some work needed on templates on UnixWare but nothing

Solaris 10 w/ SunStudio 11 64bit mode

2008-02-10 Thread Tim Rice
CVS HEAD pulled Fri Feb 8 17:52:22 PST 2008 Solaris 10 w/ SunStudio 11 I'm seeing failures in 64 bit mode I don't see in 32 bit mode with compiler options that woked for me in both 32 64 on branch-1.5. testsuite.log-64.gz attached. -- Tim RiceMultitalents

Re: CVS HEAD test 30

2008-02-09 Thread Tim Rice
On Fri, 8 Feb 2008, Ralf Wildenhues wrote: * Tim Rice wrote on Fri, Feb 08, 2008 at 03:00:05AM CET: I'm getting an UNEXPECTED PASS on test 30 of the new test suite on my UnixWare 7.1.4 box. Thanks for the bug report. I've installed this patch. 2008-02-08 Ralf Wildenhues [EMAIL

Re: CVS HEAD test 30

2008-02-09 Thread Tim Rice
On Fri, 8 Feb 2008, Ralf Wildenhues wrote: * Tim Rice wrote on Fri, Feb 08, 2008 at 03:00:05AM CET: I'm getting an UNEXPECTED PASS on test 30 of the new test suite on my UnixWare 7.1.4 box. Thanks for the bug report. I've installed this patch. 2008-02-08 Ralf Wildenhues [EMAIL

CVS HEAD test 30

2008-02-07 Thread Tim Rice
I'm getting an UNEXPECTED PASS on test 30 of the new test suite on my UnixWare 7.1.4 box. A testlog generated with gmake check-local TESTSUITEFLAGS='-d -x 30' is attached. I don't seem to understand the new test suite well enough to figure this out. -- Tim Rice

Re: FYI backport notes.texi from HEAD

2008-01-24 Thread Tim Rice
have texinfo installed. Although duplication is a pain to keep in sync. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: FYI backport notes.texi from HEAD

2008-01-24 Thread Tim Rice
? -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: Building CVS HEAD libtool outside of source directory

2007-10-17 Thread Tim Rice
for the software that I test, one build tree per host, from a common NFS tree. Is your common NFS tree read only? That will expose some weaknesses in the way some VPATH builds are set up. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: Libtool 1.5.23b

2007-02-18 Thread Tim Rice
On Sun, 18 Feb 2007, Ralf Wildenhues wrote: Hello Tim, Tim Rice writes: Should a single libtool handle both 32bit 64bit builds on Solaris with Sun Studio 11? No. [snip] Also please note the multilib fixes that are new in 1.5.23b are specific to GCC. OK, I'll continue to build 2

Libtool 1.5.23b

2007-02-17 Thread Tim Rice
/mt/${PACKAGE}-${VER}/man \ --enable-shared \ 21 | tee x.conf -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] ___ http://lists.gnu.org/mailman/listinfo/libtool

missing sco bits

2006-05-29 Thread Tim Rice
(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: Help: 64 Bit Solaris 10

2005-12-05 Thread Tim Rice
of targets. With my first attempt at going 64 bit, I hit a problem since libtool seems to configure only 32bit (at least for creating shared objects). Am I missing something that I could do to make the leap to 64 bit? Try CC=gcc -m64 ./configure Thanks, Ed -- Tim Rice

Re: Differnet config for root and non root user

2005-11-17 Thread Tim Rice
Peter Fodrek -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: Differnet config for root and non root user

2005-11-17 Thread Tim Rice
On Thu, 17 Nov 2005, peto wrote: D??a ??t 17. November 2005 19:46 Tim Rice nap??sal: [EMAIL PROTECTED] peto]$ libtool --version ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54) [EMAIL PROTECTED] peto]$ libtool --config |more # Libtool was configured on host hp6

Re: FYI: ksh88 quote.test fix (was: branch-1-5 UnixWare fixes)

2005-11-14 Thread Tim Rice
. Reported by Tim Rice [EMAIL PROTECTED] and others. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: branch-1-5 UnixWare fixes

2005-11-12 Thread Tim Rice
On Sat, 12 Nov 2005, Ralf Wildenhues wrote: Hi Tim, Quite some time ago: * Tim Rice wrote on Mon, Sep 26, 2005 at 08:41:21PM CEST: On Mon, 26 Sep 2005, Ralf Wildenhues wrote: : * Tim Rice wrote on Sun, Sep 25, 2005 at 10:05:21PM CEST: [snip] : I re-ran the tests using ksh88

Re: SCO/bugfix patch 7 of 10: Improve SCO platform support

2005-11-10 Thread Tim Rice
platforms. http://www.multitalents.net/head-status.html -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] --- libltdl/m4/libtool.m4.old 2005-11-08 12:11:19.0 -0800 +++ libltdl/m4/libtool.m4 2005-11-10 05:48:07.0 -0800 @@ -2364,13

Re: SCO/bugfix patch 7 of 10: Improve SCO platform support

2005-11-09 Thread Tim Rice
On Wed, 9 Nov 2005, Ralf Wildenhues wrote: Hi Ralf, * Tim Rice wrote on Wed, Nov 09, 2005 at 06:57:16AM CET: I don't know if this is any help or not, but here are the before and after stats on the (sco) platforms I have running. http://www.multitalents.net/branch-1-5-status.html

Re: SCO/bugfix patch 7 of 10: Improve SCO platform support

2005-11-08 Thread Tim Rice
://osr5doc.ca.caldera.com:1997/cgi-bin/man/man?ld+CP Cheers, Ralf -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: SCO/bugfix patch 8 of 10: ltmain.in -L handling for SCO platforms

2005-11-07 Thread Tim Rice
On Mon, 7 Nov 2005, Ralf Wildenhues wrote: Hi Tim, * Tim Rice wrote on Sun, Nov 06, 2005 at 11:41:39PM CET: ... $ dump -Lv .libs/depdemo libs/depdemo: DYNAMIC SECTION INFORMATION dynamic : [INDEX] Tag Value [1] NEEDED libl1.so.0 [2] NEEDED libl2

Re: SCO/bugfix patch 8 of 10: ltmain.in -L handling for SCO platforms

2005-11-06 Thread Tim Rice
is a module then we can not link against # it, someone is ignoring the new warnings I added -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: SCO/bugfix patch 8 of 10: ltmain.in -L handling for SCO platforms

2005-11-06 Thread Tim Rice
On Sun, 6 Nov 2005, Ralf Wildenhues wrote: Hi Tim, * Tim Rice wrote on Sun, Nov 06, 2005 at 09:28:59PM CET: On Sat, 5 Nov 2005, Ralf Wildenhues wrote: Hmm. The original bug report (that added the sco3.2v5 line) is here: http://savannah.gnu.org/patch/index.php?func

Re: SCO/buffix patch 6 of 10: AC_PROG_NM fixes

2005-11-01 Thread Tim Rice
-- $ nm -B /dev/null UX:nm: ERROR: Illegal option -- B UX:nm: TO FIX: Usage: nm [-ACDPRVghnoplrt?] [-t d|o|x] file(s)... $ echo $? 1 -- -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: SCO/bugfix patch 1 of 10: AC_LIBTOOL_SYS_MAX_CMD_LEN

2005-10-31 Thread Tim Rice
length that is only half of the actual maximum length, but -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]

Re: SCO/bugfix patch 1 of 10: AC_LIBTOOL_SYS_MAX_CMD_LEN

2005-10-30 Thread Tim Rice
On Sun, 30 Oct 2005, Kean Johnston wrote: Patch 1 of 10 attached ... Minor nit. + sysv5* | sco5v6*) +kargmax=`grep ARG_MAX /etc/conf/cf.d/stune` This works for UnixWare 2.x too. Should be + sysv5* | sco5v6* | sysv4.2uw2*) -- Tim RiceMultitalents

Re: SCO/bugfix patch 7 of 10: Improve SCO platform support

2005-10-30 Thread Tim Rice
* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] --- libtool.m4.old 2005-10-15 13:12:08.0 -0700 +++ libtool.m4 2005-10-30 18:30:34.371040302 -0800 @@ -1623,13 +1635,6

Re: tagdemo test / -c -o

2005-10-30 Thread Tim Rice
On Sun, 30 Oct 2005, Ralf Wildenhues wrote: Hi Tim, * Tim Rice wrote on Sun, Oct 30, 2005 at 02:34:18AM CET: On Sun, 30 Oct 2005, Ralf Wildenhues wrote: I guess you should be able to use this manually-written rule as a workaround: .cpp.$(OBJEXT): $(CXXCOMPILE) -c

Re: HEAD test 13

2005-10-30 Thread Tim Rice
On Sun, 30 Oct 2005, Tim Rice wrote: . 13. old-m4-iface.at:34: testing ... libtoolize: linking file `./config.guess' libtoolize: linking file `./config.sub' libtoolize: linking file `./install-sh' libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of `/opt

tagdemo test / -c -o

2005-10-29 Thread Tim Rice
this, or is this an automake 1.9.6 bug? -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: tagdemo test / -c -o

2005-10-29 Thread Tim Rice
On Sun, 30 Oct 2005, Ralf Wildenhues wrote: Sorry for self-reply. * Ralf Wildenhues wrote on Sun, Oct 30, 2005 at 02:08:14AM CET: * Tim Rice wrote on Sun, Oct 30, 2005 at 01:41:22AM CEST: The native c/CC compilers on the that machine does not like -c -o Is there a way to work

UnixWare -lc fixes

2005-10-17 Thread Tim Rice
.. I had been patching Makefiles (post configure) in packages to strip out -lc. Now I realize libtool can do that for me. I've attached patches to branch-1-5 and HEAD. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]--- ltmain.in.old 2005-10-17

fix for tests 20 21

2005-09-28 Thread Tim Rice
hell main.o libhello.la UX:sh (./libtool): ERROR: Bad substitution . -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] --- tests/early-libtool.at.old 2005-09-08 00:17:58.0 -0700 +++ tests/early-libtool.at 2005-09-28 21:01:44.794068004 -0700

forward porting UnixWare fixes to HEAD

2005-09-28 Thread Tim Rice
\ { test -x ./sub/main || test -x ./sub/main$EXEEXT; } then (exit 77); else (exit $lt_status); fi 0a1 UX:ksh: ERROR: ./sub/main: not found 19. template.at:115: 19. template test with subdirs (template.at:115): FAILED (template.at:214) -- Tim Rice

Re: SYSROOT/DESTDIR

2005-09-27 Thread Tim Rice
On Tue, 27 Sep 2005, Ralf Wildenhues wrote: Hi Tim, * Tim Rice wrote on Tue, Sep 27, 2005 at 07:56:31PM CEST: I'd like to be able have the embedded runpath be /opt/lib even if I install in /opt/foo/lib. (the package posinstall script would put symbolic links in /opt/lib) I believe

Re: branch-1-5 UnixWare fixes

2005-09-26 Thread Tim Rice
On Mon, 26 Sep 2005, Ralf Wildenhues wrote: Hi Tim, * Tim Rice wrote on Mon, Sep 26, 2005 at 08:41:21PM CEST: On Mon, 26 Sep 2005, Ralf Wildenhues wrote: : * Tim Rice wrote on Sun, Sep 25, 2005 at 10:05:21PM CEST: [snip] : : Content-Description: branch-1-5-uw.patch *snip

Re: branch-1-5 UnixWare fixes

2005-09-26 Thread Tim Rice
On Mon, 26 Sep 2005, Ralf Wildenhues wrote: Hi Tim, * Tim Rice wrote on Mon, Sep 26, 2005 at 10:45:29PM CEST: On Mon, 26 Sep 2005, Ralf Wildenhues wrote: * Tim Rice wrote on Mon, Sep 26, 2005 at 08:41:21PM CEST: All UnixWare 2.x versions (and 1.x) are sysv4.2, so the sysv4*uw2

autoreconf: Allow variable override

2005-09-26 Thread Tim Rice
CVS HEAD Here is a patch to tests/defs.m4sh to fix the hard coded autoreconf. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] --- ChangeLog.old 2005-09-26 15:22:52.0 -0700 +++ ChangeLog 2005-09-26 16:31:55.389977074 -0700 @@ -1,3

Re: autoreconf: Allow variable override

2005-09-26 Thread Tim Rice
On Mon, 26 Sep 2005, Tim Rice wrote: CVS HEAD Here is a patch to tests/defs.m4sh to fix the hard coded autoreconf. Oops, missed one. tests/testsuite.at needed tuning up too. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED

annoying build environment

2005-09-26 Thread Tim Rice
. But is this possible with the current design of CVS HEAD? -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] ___ http://lists.gnu.org/mailman/listinfo/libtool

libtool generated for tests

2005-09-26 Thread Tim Rice
is supported. -dlopen_self=unknown +dlopen_self=no # Whether dlopen of statically linked programs is supported. dlopen_self_static=unknown -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] ___ http

branch-1-5 UnixWare fixes

2005-09-23 Thread Tim Rice
13 of 101 tests failed All 103 tests passed (2 tests were not run) Please report to bug-libtool@gnu.org -- Tim RiceMultitalents(707

branch-1-5 case statement consistency

2005-09-21 Thread Tim Rice
patch I am working on. -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED] --- libtool-1.5/libtool.m4.old 2005-09-09 08:56:16.0 -0700 +++ libtool-1.5/libtool.m4 2005-09-21 19:51:42.556560012 -0700 @@ -2388,6 +2401,7 @@ continue # so that we can try