On Sunday 20 February 2005 6:43 pm, you wrote:> On Sun, 20 Feb 2005, Adam Treat wrote:
> > Uhm, I realized that this has to do with the way the gcc frontend is
> > made. For now, I'll have to search the LibPaths when I invoke the
native
> > linker and remove any that have llvm in their path. In the future,
this
> > probably will need to be solved by making a dependency from llvm to
> > llvm-gcc or by somehow letting the llvm tools know where the cfrontend
is
> > installed so we can really screen for it.
>
> Why do you have to remove the llvm-gcc -L paths anyway?
If I do not, I get issues with the system linker saying to run ranlib on the
archive files under cfrontend/install ... so, I tried to run ranlib on them
and it was still a no go.