Displaying 3 results from an estimated 3 matches for "libltdlc".
Did you mean:
libltdl
2007 Jul 16
1
help compiling a package camserv
I download camserv and did the usual ./configure and make
make gives me an error:
gcc -g -O2 -o camserv camconfig.o camserv.o filter.o main_loop.o
picture_loop.o shm.o video.o -Wl,--export-dynamic
../libltdl/.libs/libltdlc.al -ldl ../common/libcommon.a -lnsl -ljpeg -lm
/usr/bin/ld: errno: TLS definition in /lib64/libc.so.6 section .tbss
mismatches non-TLS reference in camserv.o
/lib64/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
What could that be from? I have never seen this er...
2012 May 17
1
Problem building latest Courier-authlib on CentOS4
...ILE_SOURCE
-fno-strict-aliasing -I/usr/include -O2 -g -pipe -m32 -march=i386
-mtune=pentium4 -Wall -I.. -I./.. -o authdaemontest authdaemontest.o
./.libs/libcourierauthcommon.a
/home/bowieb/rpm/BUILD/courier-authlib-0.64.0/.libs/libcourierauth.a -ldl
libtool: link: cannot find the library `libltdl/libltdlc.la' or
unhandled argument `libltdl/libltdlc.la'
make[2]: *** [authdaemondprog] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: link: gcc -I/usr/include/mysql -g -pipe -m32 -march=i386
-mtune=pentium4 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-fno-strict-aliasing...
2009 Nov 16
4
[LLVMdev] SAFECode Source Code Released
...can_sc3.bc
> $ ~/llvm2.6/obj32/Release/bin/llc clamscan_sc3.bc -f
> $ gcc -o clamscan_sc3 clamscan_sc3.s
> ~/llvm2.6/obj32/projects/safecode/Release/lib/libsc_dbg_rt.a
> ~/llvm2.6/obj32/projects/safecode/Release/lib/libpoolalloc_bitmap.a
> -lstdc++ -lbz2 -pthread -lz ../libltdl/.libs/libltdlcS.o
>
> And I've built ClamAV like this:
> $ ./configure CC=llvm-gcc --disable-shared
> $ make CPPFLAGS="-O2 -g -emit-llvm" CFLAGS=
> CCLD="/home/edwin/llvm2.6/obj32/Release/bin/llvm-ld -disable-opt" -j8
>
>
> If I use addr2line on the IP printed by SA...