<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote
cite="mid:19B2D966-C860-4184-A98E-67A0A20C50FA@gmail.com"
type="cite">
<div>
<div>Try building with "make VERBOSE=1", which will show you the
command-lines passed to the compiler/linker. Post the output
here.</div>
</div>
</blockquote>
there you go:<br>
<blockquote type="cite"><tt>cafxx@ubuntu:~/Projects/llvm2/lib/Transforms/cgf$
make VERBOSE=1<br>
llvm[0]: Compiling CGFPass.cpp for Debug+Asserts build (PIC)<br>
if g++ -I/home/cafxx/Projects/llvm2/include
-I/home/cafxx/Projects/llvm2/lib/Transforms/cgf -D_DEBUG
-D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS <font
color="#cc0000">-g</font> -fno-exceptions -fno-rtti -fPIC
-Woverloaded-virtual -Wcast-qual -pedantic -Wno-long-long
-Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF
"/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d.tmp"
-MT
"/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.o"
-MT
"/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d"
CGFPass.cpp -o
/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.o
; \<br>
then /bin/mv -f
"/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d.tmp"
"/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d";
else /bin/rm
"/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d.tmp";
exit 1; fi<br>
llvm[0]: Linking Debug+Asserts Loadable Module CGF.so<br>
g++ -I/home/cafxx/Projects/llvm2/include
-I/home/cafxx/Projects/llvm2/lib/Transforms/cgf -D_DEBUG
-D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -g
-fno-exceptions -fno-rtti -fPIC -Woverloaded-virtual
-Wcast-qual <font color="#cc0000">-g</font> -Wl,-R
-Wl,'$ORIGIN' -L/home/cafxx/Projects/llvm2/Debug+Asserts/lib
-L/home/cafxx/Projects/llvm2/Debug+Asserts/lib -pedantic
-Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings
-shared -o /home/cafxx/Projects/llvm2/Debug+Asserts/lib/CGF.so
/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.o
\<br>
-Wl,--version-script,/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGF.exports.map
-lpthread -ldl -lm <br>
</tt><br>
</blockquote>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
<style type="text/css">
.signature {
}
.signature a, .signature a:link, .signature a:hover, .signature a:active,
</style>
<div style="background: none repeat scroll 0% 0% rgb(238, 238,
238); border: 1px solid rgb(221, 221, 221); padding: 7px 9px;
display: inline-block; -moz-border-radius: 6px 6px 6px 6px;">
Carlo Alberto Ferraris <<a
href="mailto:cafxx@strayorange.com">cafxx@strayorange.com</a>><br>
<a href="http://cafxx.strayorange.com">website/blog</a> - +39
333 7643 235
</div>
</div>
</body>
</html>