Displaying 3 results from an estimated 3 matches for "r41106".
2007 Aug 15
3
[LLVMdev] Strange error of llvm-ld
I'm using llvm-ld from SVN r41106
When issueing the command
$ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \
.obj/conf.o .obj/configwriter.o \
-L/usr/share/qt3/lib -L/usr/X11R6/lib \
-lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread
I get this output:
Linking bitcode file '.obj...
2007 Aug 15
0
[LLVMdev] Strange error of llvm-ld
I think I have experienced this when more than one module contains
definitions for the same values. ie. it should only be a declaration
in one of them.
On 8/15/07, Holger Schurig <hs4233 at mail.mn-solutions.de> wrote:
> I'm using llvm-ld from SVN r41106
>
> When issueing the command
>
> $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \
> .obj/conf.o .obj/configwriter.o \
> -L/usr/share/qt3/lib -L/usr/X11R6/lib \
> -lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread
>
> I get this...
2007 Aug 16
2
[LLVMdev] Strange error of llvm-ld
...wrote:
> I think I have experienced this when more than one module contains
> definitions for the same values. ie. it should only be a declaration
> in one of them.
>
> On 8/15/07, Holger Schurig <hs4233 at mail.mn-solutions.de> wrote:
> > I'm using llvm-ld from SVN r41106
> >
> > When issueing the command
> >
> > $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \
> > .obj/conf.o .obj/configwriter.o \
> > -L/usr/share/qt3/lib -L/usr/X11R6/lib \
> > -lcrypto -lusb -lutil -lqt-mt -lXext -lX11...