search for: lltdl

Displaying 13 results from an estimated 13 matches for "lltdl".

Did you mean: ltdl
2007 Sep 20
2
[LLVMdev] Building on x86-64
...InfoEmitter.o /tmp/ptmp/dag/build.llvm.modified.debug/utils/TableGen/Debug+Checks/SubtargetEmitter.o /tmp/ptmp/dag/build.llvm.modified.debug/utils/TableGen/Debug+Checks/TableGen.o /tmp/ptmp/dag/build.llvm.modified.debug/utils/TableGen/Debug+Checks/TableGenBackend.o -lLLVMSupport -lLLVMSystem \ -lltdl -lm -lelf /tools/llvm-tools/x86_64-unknown-linux-gnu/bin/g++ -I/tmp/ptmp/dag/build.llvm.modified.debug/utils/TableGen -I/users/dag/projects/llvm-project.modified/llvm/trunk/utils/TableGen -I/tmp/ptmp/dag/build.llvm.modified.debug/include -I/users/dag/projects/llvm-project.modified/llvm/trunk/i...
2006 Oct 30
2
[LLVMdev] Multisource Test Failures?
...ultisource/Applications directory failing with something looking like this: /Users/wendling/llvm/llvm.obj/Debug/bin/gccld -L/Users/wendling/llvm/ llvm-gcc4.install/lib/gcc/powerpc-apple-darwin8.8.0/3.4-llvm -L/ Users/wendling/llvm/llvm-gcc4.install/lib Output/siod.linked.bc -lc -lpthread -lltdl -lm -o Output/siod.llvm gccld: warning: Cannot find library 'c' gccld: warning: Cannot find library 'pthread' gccld: warning: Cannot find library 'ltdl' gccld: warning: Cannot find library 'm' Instruction does not dominate all uses! %bothcond181 = and bool...
2007 Sep 20
0
[LLVMdev] Building on x86-64
On my gentoo/amd64 installation i could get llvm and llvm-gcc to compile. llvm/tests are mostly passed the test-suite fails with a glibc double free error. you could try setting the CC="gcc -L/usr/lib64" or maybe even CC="gcc -m64 -L/usr/lib64" environment variable and likewise for CXX before configuring and make. although i would guess that something is wrong with your
2007 Sep 20
2
[LLVMdev] Building on x86-64
...the search path for libraries. libtool does it's own searching and I don't think it cares where gcc looks. But again, I know very little about libtool, mostly just from looking at sh -x output. Does anyone have any insight as to how libtool finds libraries? Why can't it just pass -lltdl to the linker like the compile command told it to? -Dave
2003 Jun 11
1
Problems with ov_open
...instance of the OggVorbis_File class OggVorbis_File vf; //open the specified vorbis file. int i = ov_testemacs(f, &vf, NULL, 0); } --------------------------------MAKEFILE------------------------------ CFLAGS = -g LIBS = -L/usr/local/lib -lvorbisfile -lvorbis -logg -lao -lvorbisenc -lltdl <p>oggPlay: oggPlay.o oggPlay.c gcc $(CFLAGS) oggPlay.o -o oggPlay $(LIBS) oggPlay.o : oggPlay.c gcc $(CFLAGS) -c oggPlay.c clean: /bin/rm oggPlay.o *.*~ <p>------------------------------ERROR---------------------------------- bash$ oggPlay ../rock.ogg ogg...
2007 Dec 03
0
[LLVMdev] LLVM footprint
...rmal? > Am I linking to "too much" or not using the correct link flags? That is large. I'd suggest using the output of the llvm-config tool to pass the right options to the linker: $ llvm-config --libs --ldflags jit native -L/Volumes/ProjectsDisk/cvs/llvm/Debug/lib -lpthread -lltdl -lm /Volumes/ProjectsDisk/cvs/llvm/Debug/lib/LLVMPowerPC.o -lLLVMSelectionDAG -lLLVMCodeGen -lLLVMScalarOpts -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis /Volumes/ProjectsDisk/cvs/llvm/Debug/lib/LLVMJIT.o /Volumes/ProjectsDisk/cvs/llvm/Debug/lib/LLVMExecutionEngine.o -lLLVMTarget -lLLVMCore -l...
2008 Jan 14
0
[LLVMdev] Multiple definitions of _floor_log2
...b/libLLVMCore.a /seth/courses/745/srcs/llvm/llvm-2.1/Release/lib/libLLVMSupport.a /seth/courses/745/srcs/llvm/llvm-2.1/Release/lib/libLLVMSystem.a ../libcpp/libcpp.a -lintl -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/seth/courses/745/srcs/llvm/llvm-2.1/Release/lib -lpthread -lltdl -lm Any help would be appreciated. -seth --------------- seth at cs.cmu.edu 7122 Wean Hall www.cs.cmu.edu/~seth School of Computer Science phone: 412-268-3828 Carnegie Mellon University fax: 412-268-4801 Pittsburgh, PA 15213
2006 Aug 21
1
[PATCH 3 of 6] dm-userspace internal libdmu support for userspace tool
...n Aug 21 15:03:07 2006 -0500 +++ b/tools/cowd/Makefile.am Mon Aug 21 15:03:09 2006 -0500 @@ -1,3 +1,5 @@ bin_PROGRAMS = cowd +EXTRA_DIST = libdmu/dmu.c libdmu/dmu.h + bin_PROGRAMS = cowd cowd_SOURCES = cowd.c util.c cowd_loader.c cowd_control_loop.c \ @@ -7,5 +9,9 @@ cowd_LDADD = -ldevmapper -lltdl cowd_LDADD = -ldevmapper -lltdl cowd_LDFLAGS = -rdynamic -L./lib +if INTERNAL_DMU +cowd_SOURCES += libdmu/dmu.c +endif + clean-local: rm -f *~ diff -r 53c5bcecfcfd -r a19a066dea76 tools/cowd/configure.in --- a/tools/cowd/configure.in Mon Aug 21 15:03:07 2006 -0500 +++ b/tools/cowd/configur...
2005 Oct 25
2
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
...VMipa -lLLVMTransforms -lLLVMScalarOpts -lLLVMAnalysis -lLLVMTransformUtils /home/kh/llvm/obj/Debug/lib/LLVMBCReader.o /home/kh/llvm/obj/Debug/lib/LLVMBCWriter.o /home/kh/llvm/obj/Debug/lib/LLVMCore.o -lLLVMSupport /home/kh/llvm/obj/Debug/lib/LLVMbzip2.o -lLLVMSystem \ -lpthread -lltdl g++ -I/home/kh/llvm/obj/tools/llc -I/home/kh/llvm.cvs/llvm/tools/llc -I/home/kh/llvm/obj/include -I/home/kh/llvm.cvs/llvm/include -I/home/kh/llvm/obj/include -I/home/kh/llvm.cvs/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -Wall -W -Wwrite-strings -Wno-unused -g -D_DEBUG -v -o /home/kh/llvm/...
2007 Dec 03
2
[LLVMdev] LLVM footprint
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What is the expected footprint of a tool using the LLVM JIT? I have created a simple project that uses the LLVM C++ API to JIT calls to XPCOM method signature... it works well, but the component DLL is very large (Linux x86-74, 5.8MB optimized and stripped). Is this normal? Am I linking to "too much" or not using the correct link flags?
2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
...5.vortex.linked.bc /home/snir/jingyu/resources/llvm/build2/Debug/bin/gccld -L/home/snir/jingyu/resources/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-linux-gnu/3.4-llvm -L/home/snir/jingyu/resources/llvm/cfrontend/x86/llvm-gcc/bin/../lib Output/255.vortex.linked.bc -disable-opt -lc -lpthread -lltdl -lm -lcrtend -o Output/255.vortex.llvm /home/snir/jingyu/resources/llvm/build2/Debug/bin/llc -f Output/255.vortex.llvm.bc -o Output/255.vortex.llc.s llc: /home/snir/jingyu/resources/llvm/build2/../llvm2/llvm/lib/Target/X86/X86ISelLowering.cpp:2405: virtual llvm::SDOperand llvm::X86TargetLowering:...
2005 Oct 25
0
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
...-lLLVMScalarOpts -lLLVMAnalysis -lLLVMTransformUtils > /home/kh/llvm/obj/Debug/lib/LLVMBCReader.o > /home/kh/llvm/obj/Debug/lib/LLVMBCWriter.o > /home/kh/llvm/obj/Debug/lib/LLVMCore.o -lLLVMSupport > /home/kh/llvm/obj/Debug/lib/LLVMbzip2.o -lLLVMSystem \ > -lpthread -lltdl > g++ -I/home/kh/llvm/obj/tools/llc -I/home/kh/llvm.cvs/llvm/tools/llc > -I/home/kh/llvm/obj/include -I/home/kh/llvm.cvs/llvm/include > -I/home/kh/llvm/obj/include -I/home/kh/llvm.cvs/llvm/include -D_GNU_SOURCE > -D__STDC_LIMIT_MACROS -Wall -W -Wwrite-strings -Wno-unused -g -D_DEBUG...
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o