Using the llvm D-bindings [solved]
mwarning
moritzwarning at web.de
Wed Oct 6 09:06:53 PDT 2010
On Wed, 06 Oct 2010 16:57:09 +0200, Manuel König wrote:
> LLVM_LIBS=`llvm-config --libs | sed 's/-l/-L-l'`
typo detected, you need:
sed 's/-l/-L-l/g'
:)
More information about the Digitalmars-d-learn
mailing list