On Sat, Sep 01, 2012 at 12:51:54PM +0100, Chris Syntichakis wrote: > Thank you Lee, > > I followed John's advice but I got the same error, then I issued > a "make clean all" and started rebuild... > after a while I got a "fatal error: archive.h: No such file or directory" > so I completely deleted the gccsdk folder , got the files again (svn .....) > and started > the build-world script, but this, too, stops on the same error: > > /home/gccsdk/gcc4/riscos/asasm/elftoolchain/current-trunk/ar/ar.c:65:21: > fatal error: archive.h: No such file or directory > > so I assume something is broken there ...
I've managed to fix this on a Debian 6 machine by installing the package libarchive-dev, which installs this file (it's the #include <archive.h> from BSD sources). I'm not sure if this is the 'best' solution, but everything links OK with that included. I can't work out for Fedora how to search for a package containing a particular named file, but it will probably be in a package somewhere. Theo _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
