Friday, April 08, 2005
rrdtools compilation on AMD64
Add -fPIC to get the compilation going.
From `man gcc',
-fPIC
If supported for the target machine, emit position-independent
code, suitable for dynamic linking and avoiding any limit on the
size of the global offset table. This option makes a difference on
the m68k and the SPARC.
Position-independent code requires special support, and therefore
works only on certain machines.
From `man gcc',
-fPIC
If supported for the target machine, emit position-independent
code, suitable for dynamic linking and avoiding any limit on the
size of the global offset table. This option makes a difference on
the m68k and the SPARC.
Position-independent code requires special support, and therefore
works only on certain machines.