bug-libtool
[Top][All Lists]
Advanced

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

libtool-1.4.2 quote.test failure


From: Len Makin
Subject: libtool-1.4.2 quote.test failure
Date: Tue, 12 Feb 2002 17:10:25 +1100

Hi All,
        Porting to NEC SX-5. Found and corrected a problem with config.sub.
Patch sent to address@hidden and positive response received.
Minor problem for libtool: different versions of config.sub config.guess
etc. in tests subdirectory compared to those in the main (srcdir) directory.
Now the following failures occur for quote.test (All other tests pass OK).
Here's (some of) the output section from 
        gmake check VERBOSE=yes
------------------
=== Running quote.test
=== Running quote.test
== compile mode
= trying: no quoting
= passed: cc -c -DVAR=test foo.c
echo timestamp > foo.lo
------ Skipping all passed subtests ------------------
= trying: "     " quoting
= passed: cc -c "-DVAR= test    " foo.c
echo timestamp > foo.lo
== link mode
= trying: no quoting
= failed: mkdir .libs
cc -o hell -g -O -someflag=test foo.o 
= trying: \\ quoting
= failed: mkdir .libs
cc -o hell -g -O -someflag=\\test\\ foo.o 
= trying: \" quoting
= failed: mkdir .libs
cc -o hell -g -O -someflag=\"test\" foo.o 
= trying: \` quoting
= failed: mkdir .libs
cc -o hell -g -O -someflag=\`test\` foo.o 
= trying: \$ quoting
= failed: mkdir .libs
cc -o hell -g -O -someflag=\$test\$ foo.o 
= trying: "[" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=[test[" foo.o 
= trying: "]" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=]test]" foo.o 
= trying: "~" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=~test~" foo.o 
= trying: "#" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=#test#" foo.o 
= trying: "^" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=^test^" foo.o 
= trying: "&" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=&test&" foo.o 
= trying: "*" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=*test*" foo.o 
= trying: "(" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=(test(" foo.o 
= trying: ")" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=)test)" foo.o 
= trying: "{" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag={test{" foo.o 
= trying: "}" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=}test}" foo.o 
= trying: "|" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=|test|" foo.o 
= trying: ";" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=;test;" foo.o 
= trying: "<" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=<test<" foo.o 
= trying: ">" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=>test>" foo.o 
= trying: "?" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=?test?" foo.o 
= trying: "'" quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag='test'" foo.o 
= trying: " " quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag= test " foo.o 
= trying: "     " quoting
= failed: mkdir .libs
cc -o hell -g -O "-someflag=    test    " foo.o 
== install mode
= trying: no quoting
= passed: install -c --something=test hell /usr/local/bin/hell
...
                all subsequent tests passed.
------------------
Any suggestions?
Observations: Although CFLAGS was exported, this test procedure seems to
ignore it and try flags which are not valid on our machine (-O). Why?

Cheers,
        Len Makin
-- 
address@hidden:+61 3 9669 8109: CSIRO/Bureau of Meteorology
      High Performance Computing and Communications Centre
24th floor, 150 Lonsdale St | GPO Box 1289K, Melbourne, VIC 3001 Australia



reply via email to

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