On Monday, 19. June 2006 17:10, beba wrote: > I am a begginer and im useing FreeBSD 6.1-Release on i386. > > I have installed KDevelop (and everything else) from 6.1 release > packages. > > > > I was trying to build the sample "Hello KDE" template project but it > failed. > > The build stops with an error saying: " libtool: link: cannot find > the library `' "
Good catch - the libtool included in the application templates is too old. You can download a patch for the kdevelop port here: http://people.freebsd.org/~lofi/patch-appwizard-libtool - drop it in /usr/ports/devel/kdevelop/files and recompile/reinstall the port, this will fix new projects. For existing projects, you can work around the problem by going to the project directory and replacing the included libtool with a symbolic link to the system libtool, e.g.: cd ~/hello_kde/debug/ rm libtool ln -s `which libtool` Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
pgpQqlFLqrnke.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
