Sean Chittenden <[EMAIL PROTECTED]> said:

> Howdy.  I'm the FreeBSD port maintainer for dbmail.  To get dbmail to 
> compile and install with libtool, it's necessary to specify the -fPIC 
> option to gcc(1) when compiling the various object files.  When libtool 
> comes along and tries its magic, it fails miserably on amd64.  -fPIC 
> solves the problem, but, -fPIC incurs a performance hit.  One of 
> FreeBSD's libtool guru's had this to say about it:
> 
> http://lists.freebsd.org/pipermail/cvs-ports/2004-October/048091.html
> 
> Any chance this can be fixed for amd64?  I'll gladly test patches.  -sc


Well, it looks like he's telling us what's wrong,

    In fact, this port doesn't seem to be building
    shared libraries properly, and attempts to link
    static libraries against shared objects.  This
    is probably due to misuse of libtool.

but I'm not quite sure what to do with this information. Dan Weber, you
wrote the libtool Makefiles, right? Do you know what's going on here?

Aaron

--

Reply via email to