On 1 Nov 2011, at 18:37, Ulrich Pöhlmann wrote: > I enhanced "build.sh" in order to support the current release candiate of > llvm (3.0rc1) (and made some other changes in the build system). > Unfortunately, I'm running into some linker problems > |(/usr/bin/ld:crt1.o:Nosuch file:Nosuch file or directory)| on my platform > with llvm/clang 2.9 and 3.0rc1. I think it has something to do with the > version of gcc (gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1) I'm using to > generate llvm/clang.
This is a Debian / Ubuntu problem - they moved all of the system libraries from their old random place to a new random place. There is a configure option, I think, that lets you tell clang where to find them, but I'm not sure where it is because I use platforms that put system libraries in well-defined places... David -- Sent from my IBM 1620 _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
