Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 1996 17:50:56 -0700
From:      John Polstra <jdp@polstra.com>
To:        asami@FreeBSD.ORG
Cc:        jfitz@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: cvs commit:  ports/lang/msqlperl - Imported sources
Message-ID:  <199610110050.RAA00882@austin.polstra.com>
In-Reply-To: <199610100028.RAA06407@silvia.HIP.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
> Thanks.  By the way, it prints out a whole bunch of messages during
> loading:
> 
> ===
>  :
> LD_RUN_PATH="/usr/local/Minerva/lib" ld -o ./blib/arch/auto/Msql/Msql.so -Bshareable  -L/usr/local/lib Msql.o    -L/usr/local/Minerva/lib -lmsql 
> ld: /usr/local/Minerva/lib/libmsql.a(libmsql.o): RRS text relocation at 0x6aeb for "_strcpy"

This message is usually (probably always) caused by failing to specify
"-fpic" when building one or more of the object files making up the
shared library.

John
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth



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