libtool
[Top][All Lists]
Advanced

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

1.4 and hardcode.test on Solaris 2.6 with Sun C


From: libtool
Subject: 1.4 and hardcode.test on Solaris 2.6 with Sun C
Date: Thu, 19 Apr 2001 11:37:57 -0500
User-agent: Mutt/1.1.12i

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 also failing the *-unst tests but haven't looked into them yet.

-- 
albert chin (address@hidden)



reply via email to

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