Lorenz Minder on Thu, 03 Sep 2009 08:18:04 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[PATCH] Dynamic Linking fixes for NetBSD/amd64


Hi,

I need the following patches to build and run PARI on NetBSD/amd64 with
dynamic libraries.  The first one sets the -fPIC flag on compile, the
second patch makes it possible to specify additional DLLDFLAGS on the
command line to ./Configure.  This is useful because NetBSD's packages
are by default stored in /usr/pkg, and the dynamic linker does not know
about that location; so you want to supply an -rpath option to link
against GMP or readline (unless you compile those by hand as well).

Best,
--Lorenz

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser

Attachment: dylld_netbsd1.patch
Description: Binary data

Attachment: dylld_netbsd2.patch
Description: Binary data