libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cmdline_wrap.at


From: Tim Rice
Subject: cmdline_wrap.at
Date: Fri, 20 Feb 2009 12:29:40 -0800 (PST)

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 so now the only failure is the "low max_cmd_len" test.
.........
#
#       libltdl/m4/libtool.m4
#       Fix UnixWare C++ template support
#
--- libtool-2.x/libltdl/m4/libtool.m4.old       2009-02-18 18:54:38.000000000 
-0800
+++ libtool-2.x/libltdl/m4/libtool.m4   2009-02-20 10:08:09.006525218 -0800
@@ -6219,6 +6219,8 @@
           CC*)
            _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib 
$libobjs $deplibs $compiler_flags'
            _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G 
${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs 
$compiler_flags'
+           _LT_TAGVAR(old_archive_cmds, $1)='$CXX -Tprelink_objects $oldobjs~
+               $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
            ;;
          *)
            _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib 
$libobjs $deplibs $compiler_flags'
.........

I guess I don't really know what cmdline_wrap.at is trying to acomplish.
And I'm puzzled why the "simple template test" fails inside cmdline_wrap
but not outside of it.

I've attached test-85.tgz (tests/testsuite.dir/85) in case that will help

Thanks.

-- 
Tim Rice                                Multitalents    (707) 887-1469
address@hidden

Attachment: test-85.tgz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]