new port: libtool: link: cannot find the library `'

2007-01-26 Thread Mathieu Prevot
Hello, I am trying to port kmess-1.5pre1, and I have the following problem at compilation: /usr/local/bin/bash ../libtool --silent --tag=CXX --mode=link c++ -ggdb -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-n

Re: new port: libtool: link: cannot find the library `'

2007-01-26 Thread Tilman Linneweh
On Jan 26, 2007, at 10:03, Mathieu Prevot wrote: libtool: link: cannot find the library `' Try something like pre-build: ${RM} ${WRKSRC}/libtool ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool ___ freebsd-ports@freebsd.org mailing list http:/

Re: new port: libtool: link: cannot find the library `'

2007-01-27 Thread Mathieu Prevot
On Fri, Jan 26, 2007 at 12:37:35PM +0100, Tilman Linneweh wrote: > > On Jan 26, 2007, at 10:03, Mathieu Prevot wrote: > >libtool: link: cannot find the library `' > > Try something like > > pre-build: > ${RM} ${WRKSRC}/libtool > ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool Thanks for repl

Re: new port: libtool: link: cannot find the library `'

2007-01-27 Thread Mathieu Prevot
On Sat, Jan 27, 2007 at 05:23:48PM +0100, Markus Brueffer wrote: > Hi Mathieu, > > The problem is that the buildsystem that kmess ships is hosed. Try the > following in the port's directory (regenerating the buildsystem): > > # make patch > # cd work/kmess-1.5pre1 > # gmake -f admin/Makefile.com

Re: new port: libtool: link: cannot find the library `'

2007-01-27 Thread Markus Brueffer
On Saturday 27 January 2007 19:15, Mathieu Prevot wrote: > On Sat, Jan 27, 2007 at 05:23:48PM +0100, Markus Brueffer wrote: > > Hi Mathieu, > > > > The problem is that the buildsystem that kmess ships is hosed. Try the > > following in the port's directory (regenerating the buildsystem): > > > > #

Re: new port: libtool: link: cannot find the library `'

2007-01-28 Thread Mathieu Prevot
On Sat, Jan 27, 2007 at 10:35:24PM +0100, Markus Brueffer wrote: > On Saturday 27 January 2007 19:15, Mathieu Prevot wrote: > > On Sat, Jan 27, 2007 at 05:23:48PM +0100, Markus Brueffer wrote: > > > Hi Mathieu, > > > > > > The problem is that the buildsystem that kmess ships is hosed. Try the > > >