libtool-patches
[Top][All Lists]
Advanced

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

Re: darwin.7.diff


From: Bob Friesenhahn
Subject: Re: darwin.7.diff
Date: Sun, 30 Mar 2003 22:39:41 -0600 (CST)

On Mon, 31 Mar 2003, Peter O'Gorman wrote:

> Seems I don't have to move around /bin/sh to check...
> If this works for you, let me know.

I will ammend my last statement.  The configure script now completes
(yay!), but there is an error when an executable is linked with the
library:

/bin/sh ../libtool --silent --mode=link cc  -g -O2 -Wall
-L/Network/Servers/cube2/Users/bfriesen/lib
-L/Network/Servers/cube2/Users/bfriesen/lib -o gm
-L/Network/Servers/cube2/Users/bfriesen/lib
-L/Network/Servers/cube2/Users/bfriesen/lib gm.o
../magick/libGraphicsMagick.la
otool: unknown char `D' in flag -XD

Usage: otool [-fahlLtdorSvVc] <object file> ...
        -f print the fat headers
        -a print the archive header
        -h print the mach header
        -l print the load commands
        -L print shared libraries used
        -t print the text section (disassemble with -v)
        -p <routine name>  start dissassemble from routine name
        -s <segname> <sectname> print contents of section
        -d print the data section
        -o print the Objective-C segment
        -r print the relocation entries
        -S print the table of contents of a library
        -T print the table of contents of a dynamic shared library
        -M print the module table of a dynamic shared library
        -R print the reference table of a dynamic shared library
        -I print the indirect symbol table
        -v print verbosely (symbolicly) when possible
        -V print disassembled operands symbolicly
        -c print argument strings of a core file
        -X print no leading addresses or headers
** Warning, lib libfreetype.dylib is a module, not a shared library
Making all in tests
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all-am'.

>
> Thanks,
> Peter
> Index: libtool.m4
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/libtool.m4,v
> retrieving revision 1.311
> diff -u -d -b -w -u -r1.311 libtool.m4
> --- libtool.m4        22 Mar 2003 06:34:27 -0000      1.311
> +++ libtool.m4        31 Mar 2003 03:19:10 -0000
> @@ -392,6 +392,8 @@
>       :
>         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0"
> --fallback-echo '\t') 2>/dev/null` &&
>          test "X$echo_testing_string" = 'X\t' &&
> +        eval echo_test_var=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo
> '\\\t') 2>/dev/null` &&
> +        test "X$echo_test_var" = "X\t" &&
>          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0"
> --fallback-echo "$echo_test_string") 2>/dev/null` &&
>          test "X$echo_testing_string" = "X$echo_test_string"; then
>       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
> @@ -401,6 +403,8 @@
>       echo="$CONFIG_SHELL [$]0 --fallback-echo"
>         elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo
> '\t') 2>/dev/null` &&
>          test "X$echo_testing_string" = 'X\t' &&
> +        eval echo_test_var=`($CONFIG_SHELL "[$]0" --fallback-echo '\\\t')
> 2>/dev/null` &&
> +        test "X$echo_test_var" = "X\t" &&
>          echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo
> "$echo_test_string") 2>/dev/null` &&
>          test "X$echo_testing_string" = "X$echo_test_string"; then
>       echo="$CONFIG_SHELL [$]0 --fallback-echo"
>
>

======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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