Displaying 10 results from an estimated 10 matches for "lib2".
Did you mean:
lib
2013 Jan 17
4
[LLVMdev] Migrate Project Build system to LLVM BitCode
...ingly. I read on some forums about GoldPlugin but I don't know exactly if it would be useful here:
Original Makefile- Object Files based Build/Link Steps:
clang -g -O2 -o .libs/mergedexe file1.o file2.o file3.o -pthread -Wl,--export-dynamic .libs/lib1.a -lssl -ldl -pthread .libs/lib2.so
Proposed Makefile- LLVM Bitcode based Build/Link Steps:
1. llvm-link -o .libs/mergedbc.bc file1.bc file2.bc file3.bc
2. opt -o optmerged.bc -load /path/to/Mypass.so -mypass < mergedbc.bc
3. llc -o .libs/mergedbc.s .libs/mergedbc.bc
4. gcc -g -O2 -o...
2013 Jan 17
0
[LLVMdev] Migrate Project Build system to LLVM BitCode
..., then it will be simpler to use GoldPlugin.
The steps you are using seem right. You can possibly combine the last two steps (3&4) using only 1 clang command.
clang -g -O2 -o .libs/mergedexe .libs/mergedbc.bc -pthread -Wl,--export-dynamic .libs/lib1.a -lssl -lcrypto –ldl –pthread .libs/lib2.so
-Swarup.
________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Hassan, Ahmad [ahmad.hassan at sap.com]
Sent: Thursday, January 17, 2013 7:56 AM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] Migrate Project Build system to LLVM BitCo...
2002 Jan 26
1
Trouble with contrasts
Greetings,
I have a nagging problem with contrasts and I can't seem to resolve it.
A factor exists with four levels (lib1, lib2, con1, con2) and when I
check the contrasts or set the contrasts to any of the prespecified
ones, I do not get the exact contrasts necessary to test the
theoretically relevant ones. I need orthogonal contrasts that look just
like this matrix:
con1 con2 con3
lib1 1 0 1
l...
2003 Dec 12
0
Synchronizing to multiple locations on a single destination serve r
...ver. The catch
here is, that the
libraries must go in multiple locations (and not all the locations have all
the libraries).
rsync is ivoked with an +ACI-update-only+ACI- option, so no libraries that do not
exist in the target
directory are copied.
So, the source is something like this:
lib1.jar, lib2.jar, lib3.jar, lib4.jar, lib5.jar
Destination 1:
lib1.jar, lib2.jar, lib3.jar
Destination 2:
lib1.jar, lib4.jar
Destinaton 3:
lib4.jar
So, lib1 must be updated in d1, d2, d3 (of course, only if required - +ACo-I
cannot assume, that all
three version are the same before the synchronization),...
2013 Jan 17
0
[LLVMdev] Migrate Project Build system to LLVM BitCode
...about
> GoldPlugin but I don’t know exactly if it would be useful here:
>
> *Original Makefile- Object Files based Build/Link Steps: *
>
> clang -g -O2 –o .libs/mergedexe file1.o file2.o file3.o -pthread
> -Wl,--export-dynamic .libs/lib1.a -lssl –ldl –pthread .libs/lib2.so
>
> *Proposed Makefile- LLVM Bitcode based Build/Link Steps:*
>
> 1.llvm-link -o .libs/mergedbc.bc file1.bc file2.bc file3.bc
>
> 2.opt –o optmerged.bc -load /path/to/Mypass.so -mypass < mergedbc.bc
>
> 3.llc -o .libs/mergedbc.s .libs/mergedbc.bc
>
&...
2010 Mar 25
1
dovecot 2.0beta4 zlib
Hello,
When trying to enable the zlib and imap_zlib plugins, I get the
following error:
imap: dovecot/imap:/opt/dovecot/lib/dovecot/lib2
0_zlib_plugin.so: undefined symbol 'i_stream_create_bz2'
I did not compile it using --with-bzlib though and bz2 libs are
available on the system.
Best Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
S...
2013 Jan 17
1
[LLVMdev] Migrate Project Build system to LLVM BitCode
Hi Duncan,
> 4.gcc -g -O2 -o .libs/mergedexe .libs/mergedbc.s -pthread
> -Wl,--export-dynamic .libs/lib1.a -lssl -lcrypto -ldl -pthread .libs/lib2.so
>if you pass -O4 rather than -O2 to clang I think it will in essence do this all
>for you already. It might even do the link time optimization for you at -O2
>even, I'm not sure.
No, if I use clang for producing executable then I get series of error both with O2 and O4:
error: i...
2006 Apr 28
0
trouble with make/VPATH
I've got a tough to track down problem that seems to be samba related.
I've got a directory structure like this:
topdir/
lib1/src
lib1/include
lib2/src
lib2/include
etc.
Each src directory has a makefile in it. VPATH is set to ../include.
I'm running cygwin bash and make. In some directories, make can't find
files in ../include. In other directories, make finds everything fine.
The same makefiles work fine (i.e. make finds inc...
2003 Dec 15
0
Synchronizing to multiple locations on a single destination s erve r
...d either symlink or hard-link them from
> the
> final destinations.
>
> For example, on the destination server:
>
> /opt/app-name/lib/:
> contains all 4 libraries needed
>
> /opt/app1/lib/:
> contains symlinks to /opt/app-name/lib/lib1.jar,
> /opt/app-name/lib/lib2.jar, etc.
>
> If you want to avoid the mess of symlinks, you could just copy the files
> from the /opt/app-name/lib area out to the respective individual
> destinations-- avoiding the extra rsyncs.
>
> -- Steve
>
Hello Steve, thanks for the reply, but:
I have already thought...
2011 Apr 15
0
link SELinux context change with 3.0.8
With rsync-3.0.7-3.fc14.x86_64,
rsync -aX /lib/ /lib2
produced links with SELinux context,
system_u:object_r:lib_t:s0
with rsync-3.0.8-1.fc14.x86_64,
unconfined_u:object_r:lib_t:s0
Is this by design, or a regression?
--Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipe...