gcc 2.95.2 -fPIC on HP-UX 11-> ld: Data Linkage Table (+z) overf low in file [...] - use +Z option to recompile
law@redhat.com
law@redhat.com
Fri Nov 10 10:06:00 GMT 2000
In message <67EEB157BD87D311A7430090278CBA7F010F878E@larisa>you write:
> There seem to be two ways to generate shared libraries with the standard
> C-compiler aCC on HP-UX to generate shared libraries: +z and +Z.
And the gcc equivalents are -fpic and -fPIC respectively.
If you get a DLT overflow with -fPIC, then that's a bug because it should
never happen with -fPIC.
jeff
More information about the Gcc
mailing list