On Sun, Nov 25, 2007 at 04:06:26AM +0100, Marek Straka wrote: > Configuration successful. Now type 'make' and pray.
The build system of this software is a crap. Don't expect to able to fix it without rewriting it from scratch. What are you tring to do? if you want to recompile the debian package, please use debuild -us -uc from within the root directory. If you really need to compile it by hand, give a look at debian/rules: - we configure the package with CC="$(CC)" ./Configure -d debian/config-for-lwng From your log I read ngcc-XXX not found... try to set a valid CC variable before calling make and configure. The file debian/config-for-lwng contains the default config options we use in debian, change this if you need different options, but then use debuild to handle the build process. - then we issue a 'make all' Cheers. -- Enrico Tassi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]