Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
On Thursday 29 January 2009 03:02:32 Mike Frysinger wrote:
> On Saturday 17 January 2009 17:28:36 C. Bergström wrote:
> > configure
> > @@ -23460,6 +23460,7 @@
> > LIBC_PATH=$(
> > $AWK '/attempt to open/ { if (($4 ~ /\/libc\.so/) && ($5 ==
> > "succeeded")) LIBC = $4; }; END {print LIBC}' libctest.log
> > )
> > +LIBC_PATH=/lib/amd64/libc.so
>
> please figure out an equivalent method then. look up a few lines to where
> we run $CC with -Wl,-verbose in order to get the linking trace, and then we
> use that to figure out the libc.so path.
this should be fixed in current git now ... printing out the map includes the
full path to libc.so:
...
checking for va_copy... va_copy
checking for dlopen in -ldl... yes
checking for dlvsym in -ldl... no
checking truncate argument type... off_t
checking for RTLD_NEXT... yes
checking libc path... /lib/libc.so
checking libc version... libc.so.1
checking how to enable exception handling... -fexceptions
checking CFLAGS for maximum warnings... -v
checking whether C compiler accepts -fdata-sections... yes
checking whether C compiler accepts -ffunction-sections... yes
checking whether the linker accepts -Wl,--as-needed... no
checking whether the linker accepts -Wl,--gc-sections... no
configure: creating ./config.status
config.status: creating Makefile
...
-mike
|
| Attachment: |
|
signature.asc (This is a digitally signed message part.)
|
|