From: Reza A. <ar...@au...> - 2006-01-27 22:30:51
|
Hi Pete, On 27 Jan 2006, 03:21PM CST, "Lancashire, Pete" <pla...@ci...> wrote: > first a qustion .. it seems a lot of the packages are > a bit out of date, is the effort to keep them up to date > going away ? No, we're trying, but under some considerable restrictions. David put it pretty well a long time ago: <http://sourceforge.net/mailarchive/message.php?msg_id=10892301> > gcc: unrecognized option `-q32' > gcc: unrecognized option `-qlonglong' > gcc: unrecognized option `-q32' > gcc: unrecognized option `-qlonglong' "-q32" and "-qlonglong" are command-line options for the IBM xlc compiler. If you have it, you should export CC=xlc. If not, you may need to modify the build files for amanda so they don't use these flags with gcc. -- Reza Arbab ar...@au... |