On Thursday 19 April 2001  5:37 pm, [EMAIL PROTECTED] wrote:
> The hardcode.test doesn't work for Sun C:
>   $ cc -V
>   cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11
>
> I looked at hd-direct with:
>   cat $file | (tr '\000-\037\200-\377' '\n' || cat)
> and found the following:
>   ...
>   DYNAMIC_etext_edata_end_START__END__start_GLOBAL_OFFSET_TABLE_
>   _PROCEDURE_LINKAGE_TABLE_/opt/SUNWspro/WS6U1/lib/libm.a
>   /usr/lib/libc.so/opt/SUNWspro/WS6U1/lib/crti.o
>   /opt/SUNWspro/WS6U1/lib/crt1.o
>   /opt/SUNWspro/WS6U1/lib/values-xa.omain.o./.libs/libhello.so/
>   ...
>
> This runs together in the output (binary file after all). GCC 2.95.3
> does not exhibit this behavior.
>
> Compiling without -g fixed things.

I'm not sure what the implications of this are for libtool... Alexandre?

> I'm also failing the *-unst tests but haven't looked into them yet.

This is usually due to file droppings between multiple runs of the test 
suite.  Do a `make maintainer-clean; bootstrap; configure' and try again.

Cheers,
        Gary.
-- 
  ___              _   ___   __              _         mailto: [EMAIL PROTECTED]
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       [EMAIL PROTECTED]
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to