[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] Invalid Loader @ compile time
- From: Bjorn Reese <breese mail1 stofanet dk>
- To: OrangeCrush <ocrush1 yahoo com>
- Cc: xml gnome org
- Subject: Re: [xml] Invalid Loader @ compile time
- Date: Wed, 07 Aug 2002 16:23:48 +0000
OrangeCrush wrote:
> I am currently trying to create a shared library on Hpux B.11.00 with the
> libxml support. The libxml library needs to be linked statically. But when I
> do this with the linker(ld) it gives me the following error.
Make sure that libxml is compiled as position-independent code. Use -fPIC
with gcc, and +Z with HP's aCC compiler (I think... check the compiler
documentation.)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]