This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New libtool is in the GCC and Src trees.


Hello,

* Julian Brown wrote on Tue, Jun 19, 2007 at 01:20:49PM CEST:
>
> /bin/bash ../libtool --tag CXX --mode=link 
> /scratch/julian/cugel-arm/obj/gcc-mainline-0-arm-none-eabi-i686-pc-linux-gnu/./gcc/xgcc 
> -shared-libgcc 
[...]
>
> *** Warning: inter-library dependencies are not known to be supported.
> *** All declared inter-library dependencies are being dropped.
> *** The inter-library dependencies that have been dropped here will be
> *** automatically added whenever a program is linked with this library
> *** or is declared to -dlopen it.

Hmm, what is deplibs_check_method?  (see below)

> libtool: link: 
> /scratch/julian/cugel-arm/obj/gcc-mainline-0-arm-none-eabi-i686-pc-linux-gnu/./gcc/xgcc 
> -shared-libgcc 
[...]
> -shared 
> -nostdlib 
[...]
>  --sysroot=/scratch/julian/cugel-arm/install/arm-none-eabi -Wl,-soname -Wl, 

Soname missing.

> -o .libs/

Output name missing.

> /scratch/julian/cugel-arm/install/arm-none-eabi/bin/ld: cannot open output 
> file .libs/: Is a directory
> collect2: ld returned 1 exit status
> make[4]: *** [libstdc++.la] Error 1

Please make available the output of
  /bin/bash ../libtool --tag CXX --config

and the output of
  /bin/bash ../libtool --debug --tag CXX --mode=link ...[ rest of link line ]

You can get this second command by issuing something like
  cd .../libstdc++-v3/src
  make libstdc++.la LIBTOOL='/bin/bash ../libtool --debug'

right after the failure.  Please pack the output, it will be large.

Thanks,
Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]