search for: libxyz

Displaying 5 results from an estimated 5 matches for "libxyz".

2012 Mar 14
2
[LLVMdev] Linking static external library into an LLVM pass library?
...rom your *lib* directory. The libraries must be specified without their "lib" prefix. For example, to link libsample.a, you would set USEDLIBS to sample.a. Note that this works only for statically linked libraries. But, what is that "lib" directory? How can I specify external libxyz.a file that doesn't live in this libs directory? Anybody has done this? Thanks! Welson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120314/5581b22d/attachment.html>
2004 Dec 02
0
[LLVMdev] PR466 & library names
...ly updated and noticed that the linkers are producing: "Cannot find library -lc", you need to rebuild your runtime libraries (cd runtime ; make clean ; make install). Fixing PR466 caused the names of the libraries built/installed and sought by the linker to change. We previously installed libXYZ.bc because it was a bytecode file. We now install libXYZ.a which is an archive library with bytecode file contents. Subtle difference, but it allows "gccld -lc -lc" and the dependent libraries feature to work. Reid. -------------- next part -------------- A non-text attachment was scrubb...
2008 Aug 06
8
[ANNOUNCE] Samba 3.2.1 Available for Download.eml
<<[Samba] [ANNOUNCE] Samba 3.2.1 Available for Download.eml>> ********* *BEGIN ENCRYPTED or SIGNED PART* ********* Michael Adam wrote: > That is right: the link creation in source/bin is fixed, > but the installation of the links is still broken. > > It _is_ fixed in the v3-3-test branch which will be used for > 3.3.0 (scheduled for December). The changes to the Make
2008 May 28
9
./configure error
hello, i have opensuse 10.3 x86_64 i want to compile wine, with this how to: http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0 i follow all but i get this message when doing configure configure: libhal development files not found, no dynamic device support. configure: libsane development files not found, scanners won't be supported. configure: libgphoto2
2008 May 07
2
Request for generic engine support
Hello, Would it be possible to add generic engine support to OpenSSH? One use in particular would be to support TCP forwarding for secure mail server connections and similar applications. This would permit an administrator to configure in an arbitrary external engine to establish a secure RSA-based tunnel. OpenSSH would need no information built into it to accomodate any particular engine. One