home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!centerline!franl
- From: franl@centerline.com (Fran Litterio)
- Subject: Re: that HPUX ld linker again...
- In-Reply-To: stuart@TIVOLI.COM's message of 26 Aug 92 18:57:20 GMT
- Message-ID: <FRANL.92Aug28132400@draco.centerline.com>
- Sender: news@centerline.com
- Nntp-Posting-Host: draco
- Organization: CenterLine Software, Inc.
- References: <3280@tivoli.UUCP>
- Date: Fri, 28 Aug 1992 18:24:00 GMT
- Lines: 17
-
- stuart@TIVOLI.COM (Stuart Jarriel) writes:
-
- > ld: R_DATA_ONE_SYMBOL fixup in file ds_common.o for code unsat symbol "stupid_test" - use P' fixup
- >
- > where stupid_test is the first function in the first .o file that I pass
- > to the linker with a -b option (trying to build a shared-lib).
- >
- > Has anyone seen the R_DATA_ONE_SYMBOL before, or know what at P' fixup
- > is? It looks like a nice loader diagnostic.
-
- I think it's trying to tell you that you can only make shared
- libraries out of object modules that are compiled in PIC (position
- independant code) mode. Compile your code using the +z swtich.
- --
- franl@centerline.com || Fran Litterio
- uunet!centerline!franl || CenterLine Software R&D
- 617-498-3255 || 10 Fawcett St, Cambridge, MA, USA 02138-1110
-