On Sun, Dec 11, 2005 at 06:38:15PM +0100, Stefan wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> I'm trying to create a port for the program dcc which I will locate  
> under mail. The portname will be mail/dcc-dccd. The build process  
> seems to be ok, but when the "make install" command is executed the  
> port breaks with the following error:
> 
> make: don't know how to make /usr/ports/mail/dcc-dccd/w-dcc- 
> dccd-1.3.24/fake-i386/usr/lib/crt0.o. Stop in /usr/ports/mail/dcc- 
> dccd/w-dcc-dccd-1.3.24/dcc-dccd-1.3.24/cdcc.
> *** Error code 2
[...]

/usr/lib is meant for system libraries.  you need to tell this software
to install libraries in ${LOCALBASE}/lib where ${LOCALBASE} defaults to
/usr/local.  this can often be done by passing configure options or
environment variables, or if that fails, by patching the makefile.

-- 
steven

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to