Displaying 2 results from an estimated 2 matches for "alsohttp".
2011 Aug 26
0
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
...ou are using a non-Debian
> toolchain to build your software and it is not able to cope with
> multiarch, you might try to pass the following option to your
> compiler:
>
> -B/usr/lib/$arch -I/usr/include/$arch
>
> Does clang support similar options?
>
> See alsohttp://llvm.org/bugs/show_bug.cgi?id=6541 which suggests to
> me that upstream is interested in out-of-the-box support for the new
> paths.
>
> Reassigning to "general" and merging with the relevant bug, since this
> is far from a libc-specific problem. See [1] for some backgr...
2011 Aug 25
4
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
I've got a simple workaround which obviously everyone will figure out:
mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crti.o crti.o
mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crt1.o crt1.o
mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crtn.o crtn.o
My real question concerns whether or not I should file a bug report
against Debian not having a