Displaying 3 results from an estimated 3 matches for "2c0e3a6d".
2013 Jun 03
0
[LLVMdev] Problem with DragonEgg 3.3rc2 on Fedora 19 Beta
Hi Eric,
On 03/06/13 08:50, Eric Smith wrote:
> I'm the package maintainer for DragonEgg for Fedora. I've just tried to update
> the DragonEgg package for Fedora 19 beta, which uses gcc 4.8.0.
>
> I had to modify the DragonEgg Makefile because llvm-config --libs is generating
> the names of the static libraries, while I need to link to the dynamic library
>
2013 Jun 03
1
[LLVMdev] Problem with DragonEgg 3.3rc2 on Fedora 19 Beta
...e in it, you should initialize i with i=0 not
> with i=i
>
Thanks! I can't believe I didn't spot that myself. sorry for wasting your
time!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130603/2c0e3a6d/attachment.html>
2013 Jun 03
3
[LLVMdev] Problem with DragonEgg 3.3rc2 on Fedora 19 Beta
I'm the package maintainer for DragonEgg for Fedora. I've just tried to
update the DragonEgg package for Fedora 19 beta, which uses gcc 4.8.0.
I had to modify the DragonEgg Makefile because llvm-config --libs is
generating the names of the static libraries, while I need to link to the
dynamic library (libLLVM-3.3.so). I don't think this is the cause of my
problem, but I suppose I