Displaying 3 results from an estimated 3 matches for "thudson".
Did you mean:
hudson
2008 Jun 02
0
[LLVMdev] The first two lines of llvm tutorial don't compile.
On Mon, 2008-06-02 at 17:10 +0000, Hendrik Boom wrote:
> Do you suppose a bug should be logged against the Debian package?
>
Looks that way. I build LLVM from subversion on my Ubuntu desktop and I
don't see that flag:
thudson at thudson:~$ llvm-config --cxxflags
-I/usr/local/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -O3
-fomit-frame-pointer -Woverloaded-virtual
2008 Jun 02
5
[LLVMdev] The first two lines of llvm tutorial don't compile.
On Mon, 02 Jun 2008 09:52:16 -0700, Thomas Hudson wrote:
> You need to use the script 'llvm-config' to pass correct arguments to g
> ++:
>
> g++ -o broken.o `llvm-config --cxxflags` broken.cpp
>
>
Interesting. When I type the command as you provided it (using cut-and-paste) I get:
hendrik at lovesong:~/dv/lang/hlvm$ g++ -o broken.o `llvm-config --cxxflags`
2008 Jun 02
1
[LLVMdev] The first two lines of llvm tutorial don't compile.
...0:55:57 -0700, Thomas Hudson wrote:
> On Mon, 2008-06-02 at 17:10 +0000, Hendrik Boom wrote:
>> Do you suppose a bug should be logged against the Debian package?
>>
> Looks that way. I build LLVM from subversion on my Ubuntu desktop and I
> don't see that flag:
>
> thudson at thudson:~$ llvm-config --cxxflags -I/usr/local/include -D_DEBUG
> -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer
> -Woverloaded-virtual
OK. Done.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484153
-- hendrik