Displaying 4 results from an estimated 4 matches for "shlib_install".
2008 Mar 19
1
[LLVMdev] Merge Patch File
...LOCAL libcc_kext' \
- MULTILIBS="`$(GCC_FOR_TARGET) --print-multi-lib` $
(APPLE_EXTRA_MULTI)"\
+ MULTILIBS="`$(GCC_FOR_TARGET) --print-multi-lib` $
(APPLE_EXTRA_MULTI)" \
EXTRA_MULTILIB_PARTS='$(EXTRA_MULTILIB_PARTS)' \
SHLIB_LINK='$(SHLIB_LINK)' \
SHLIB_INSTALL='$(SHLIB_INSTALL)' \
--------------
2008 Mar 19
0
[LLVMdev] Merge Patch File
Thanks, Mike! I applied this to the tree. Török, please give it a try.
In the meantime, I'm going to try on a Linux machine I just got access
to.
-bw
On Wed, Mar 19, 2008 at 2:37 PM, Mike Stump <mrs at apple.com> wrote:
> On Mar 19, 2008, at 2:03 PM, Török Edwin wrote:
> >
> > What is kext64, and how do I disable it?
>
> Comes from:
>
>
2008 Mar 19
3
[LLVMdev] Merge Patch File
On Mar 19, 2008, at 2:03 PM, Török Edwin wrote:
>
> What is kext64, and how do I disable it?
Comes from:
APPLE_LOCAL='APPLE LOCAL libcc_kext' \
MULTILIBS="`$(GCC_FOR_TARGET) --print-multi-lib`
static;@static at fno-pic kext;@Dmal
loc=kern_os_malloc at Dfree=kern_os_free at DLIBCC_KEXT@static at fno-pic@fno-
exceptions at fno-non-ca
2010 Nov 15
1
Package with multiple shared libraries
Dear R-devel members,
I would like to compile a package with two seperate shared libraries.
For example, in a package 'foo', a file 'bar.so' built from a distinct
set of source files should be installed in addition to the default
'foo.so' (or .dll on windows). Does anyone know about a way to achieve
this without having a custom Makefile, e.g. via 'Makevars'?