[csw-users] gcc ISALIST problem

James Lee james at blastwave.org
Thu Dec 2 18:19:52 CET 2004


On 26/11/04, 20:52:50, Mark Mayo <markmayo at bcgsc.ca> wrote regarding
[csw-users] gcc ISALIST problem:

> markmayo at pinky:/tmp$ gcc test.c
> markmayo at pinky:/tmp$ ./a.out
> ld.so.1: ./a.out: fatal: ./a.out: /opt/csw/gcc3/lib/$ISALIST
> -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded
> test

Investigate further with truss.  Here is the head of my truss:

$ truss a.out
execve("a.out", 0xFFBEF114, 0xFFBEF11C)  argc = 1
resolvepath("/usr/lib/ld.so.1", "/usr/lib/ld.so.1", 1023) = 16
open("/var/ld/ld.config", O_RDONLY)             Err#2 ENOENT
sysinfo(514, "sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8
sparcv8-fsmuld sparcv7 sparc", 257) = 85
stat("/opt/csw/gcc3/lib/sparcv9+vis/libc.so.1", 0xFFBEE834) Err#2 ENOENT
stat("/opt/csw/gcc3/lib/sparcv9/libc.so.1", 0xFFBEE834) Err#2 ENOENT


Note the sysinfo call is when it gets the isalist from the system.
What does yours do?




More information about the users mailing list