Hi Patrick,
This is gcc specific. Please read the gcc manual page. The -fpic flag is used to generate position independent code, suitable for use in shared object files.
Best regards,
Miroslav
Hi Patrick,
This is gcc specific. Please read the gcc manual page. The -fpic flag is used to generate position independent code, suitable for use in shared object files.
Best regards,
Miroslav