Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 21:51:35 -0800
From:      Peter Wemm <peter@wemm.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        ia64@FreeBSD.org
Subject:   Re: ld error in ucd-snmp build 
Message-ID:  <20030113055135.D368D2A89E@canning.wemm.org>
In-Reply-To: <20030113000036.GA20935@rot13.obsecurity.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote:

> http://bento.freebsd.org/errorlogs/ia64-5-latest/ucd-snmp-4.2.5_2.log
> 
> ld -Bshareable -soname libsnmp.so.4  -o libsnmp.so snmp_client.o mib.o parse.
    o snmp_api.o snmp.o 		 snmp_auth.o asn1.o md5.o snmp_parse_ar
    gs.o	  	 system.o vacm.o int64.o read_config.o 		  
    	 snmp_debug.o tools.o  snmp_logging.o	   	  	 snmpv3.o snmpu
    sm.o lcd_time.o keytools.o	  	 scapi.o callback.o default_store.o snm
    p_alarm.o	  	 mt_support.o  snprintf.o strtol.o strtoul.o
> ld: parse.o: @gprel relocation against dynamic symbol tree_head
> ld: parse.o: @gprel relocation against dynamic symbol mibLine
> ld: parse.o: @gprel relocation against dynamic symbol File
> ld: parse.o: @gprel relocation against dynamic symbol mibLine
> ld: parse.o: @gprel relocation against dynamic symbol File
> ld: parse.o: @gprel relocation against dynamic symbol mibLine
> ld: parse.o: @gprel relocation against dynamic symbol File
> ld: parse.o: @gprel relocation against dynamic symbol File
> ld: parse.o: @gprel relocation against dynamic symbol mibLin
> ...

I've noticed several of these.  It is trying to bogusly make a .so file
out of .o files that were not compiled with -fpic.

Cheers,
-Peter
--
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ia64" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113055135.D368D2A89E>