On Fri, 16 Feb 2001 nashif@xxxxxxx wrote:
>
> hi,
>
> Any idea whats the problem?
>
> gcc is
> gcc version 2.96-ia64-000717 snap 001117
> ...
> /usr/lib/gcc-lib/ia64-suse-linux/2.96-ia64-000717/../../../../ia64-suse-linux/bin/ld:
> connect.o: @gprel relocation against dynamic symbol __pmConnectHostMethod
> collect2: ld returned 1 exit status
> make[3]: *** [libpcp.so.2] Error 1
> make[2]: *** [default] Error 2
> make[1]: *** [default] Error 2
> make: *** [default] Error 2
> Bad exit status from /var/tmp/rpm-tmp.47372 (%build)
>
Haven't seen this before. __pmConnectHostMethod is global data in libpcp.
Are you cross compiling, what's your glibc version and cat /etc/issue?
For the record, I can compile native on our bigsur with
[root@surly /root]# gcc -v
Reading specs from /usr/lib/gcc-lib/ia64-redhat-linux/2.96-ia64-000717/specs
gcc version 2.96-ia64-000717 snap 001117
[root@surly /root]# cat /etc/issue
Red Hat Linux release 7.0.90 (Fisher)
Kernel 2.4.0-0.99.11smp on a 2-processor ia64
-- Mark Goodwin
SGI Engineering
|