Displaying 20 results from an estimated 106 matches for "flat_namespac".
Did you mean:
flat_namespace
2005 Aug 13
1
Broken tkrplot on Mac OS X
...have to download it, then
> install it with R CMD INSTALL, then you may need to edit the file Makeconf in
> the RHOME/etc directory (the command R RHOME says the path to RHOME
> directory).
> In this file you must change:
>
> (line 41 in my case)
> SHLIB_CXXLDFLAGS = -bundle -flat_namespace -undefined suppress
> replaced by:
> SHLIB_CXXLDFLAGS = -dynamiclib -flat_namespace -undefined suppress
>
> (line 45 ...)
> SHLIB_LDFLAGS = -bundle -flat_namespace -undefined suppress
> replaced by:
> SHLIB_LDFLAGS = -dynamiclib -flat_namespace -undefined suppress
>
>...
2011 Sep 02
1
[LLVMdev] does new EH require newer linker?
...ih-2.27/CDSlib -DCPLUSPLUS -DUSE_CDS_NAMESPACE -I/Users/howarth/xplor-nih-2.27/vmd/ -I/Users/howarth/xplor-nih-2.27/arch/Darwin_11_x86_64/include -I/Users/howarth/xplor-nih-2.27/CDSlib -I/Users/howarth/xplor-nih-2.27/common
de-g++46 -dynamiclib -fdefault-integer-8 -O3 -ffast-math -funroll-loops -g -flat_namespace -undefined suppress -single_module dpApi.o vmd.o vmdInter.o tclStream.o dpStream.o ssStream.o publicVMDInter.o thread.o -o libvmd.dylib -lcrypto
collect2: ld terminated with signal 11 [Segmentation fault: 11]
make[2]: *** [libvmd.dylib] Error 1
make[1]: *** [lib] Error 2
make: *** [vmd] Error 2...
2005 Mar 22
1
asterisk-addons / OS X woes (continued)
...erface.o interface.c
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o
format_mp3.o format_mp3.c
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -bundle
-flat_namespace -undefined suppress -Xlinker -x -o format_mp3.so
common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o
format_mp3.o
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
cdr_addon_mysql.o cdr_addon_mysql.c
cdr_addon_mysql.c: In function `mysql_log':
cdr_addon_mys...
2007 Aug 29
13
Scintilla
Hi
I''ve been trying out the StyledTextCtrl/Scintilla component bundled with
wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a
basic level with wxRuby (95% of credit to Roy, who originally created a
SWIG file for this).
So I''m wondering: should we try and integrate this into wxRuby core?
Pros:
- a cool component, interesting to developers
- not
2004 Nov 01
2
Compilation error on mgcv_1.1-7 on OS X (10.3)
...-----------------
gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c qp.c -o qp.o
gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c tprs.c -o tprs.o
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o
mgcv.so gcv.o magic.o mat.o matrix.o mgcv.o qp.o tprs.o -framework
vecLib -L/usr/local/lib -L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2
-L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2/../../.. -lfrtbegin
-lg2c -lSystem -lcc_dynamic -fra...
2002 Oct 12
0
RXLisp
...d linking that into RXLisp.so. I have gotten somewhat
further in using dynamic libraries. Here is what I now do.
in XLS
1. Copy xlisp modifications from RXLisp
2. configure --host=powerpc-apple-darwin6.2
3. make libxlisp.so CC="gcc -fno-common -L/sw/lib -I/sw/include"
4. gcc -dynamiclib -flat_namespace -undefined suppress \\
-install_name /usr/local/lib/libxlisp.dylib -o libxlisp.dylib *.o \\
-L/usr/X11R6/lib -lX11 -L/sw/lib -ldl -lm
5. Copy libxlisp.dylib to /usr/local/lib
In RXLisp/src
1 make CC="gcc -I/usr/X11R6/include -fno-common"
2. gcc -dynamiclib -flat_namespace...
2005 Sep 28
1
gfortran Makefile for cygwin
...old_dbest.f90 \
class_cm_data.f90 \
class_cm.f90 \
class_bgw.f90 \
class_cm_mle.f90 \
cme.f90
FORTRAN_FILES=\
dgletc.f \
dglfgb.f\
dglfg.f\
dmdc.f\
mecdf.f
%.o: %.f90
gfortran -c -g $<
%.o: %.f
gfortran -c -g $<
bpkg.so: $(F90_FILES:%.f90=%.o) $(FORTRAN_FILES:%.f=%.o)
gcc -Wall -bundle -flat_namespace -undefined suppress -L/sw/lib
-L/usr/local/lib -o $@ $^ \
-L$(RLIB_LOC)/lib -lR
###EOF####
The -L lib dirs are not correct. On a *nix platform I would do something
like this
sh -x R CMD SHLIB ...
to get at the R internal link information but I can't get that to work on
Cygwin.
Regards,
J...
2003 Sep 09
1
Building XML package for MacOS X
I am working to build the XML package for R on MacOS X. I have installed
libxml2-2.5.9 into /usr/local. I set the
LIBXML_INCDIR=/usr/local/include/libxml2. I use R INSTALL, I get the
following:
R INSTALL -c -l /usr/local/R/library XML_0.94-1.tar.gz
:
:
:
gcc -bundle -flat_namespace -undefined suppress -L/sw/lib -L/usr/local/lib
-o XML.so DocParse.o EventParse.o ExpatParse.o HTMLParse.o RSDTD.o
RUtils.o Utils.o XMLEventParse.o XMLTree.o -lz -lxml2
ld: multiple definitions of symbol _xmlParserError
Utils.o definition of _xmlParserError in section (__TEXT,__text)
/usr/local/li...
2004 May 17
0
Darwin Install
...in the terminal
Using FLAGS = -O -I./popt -Iinclude
-I/Users/andy/samba/samba-3.0.4/source/include
-I/Users/andy/samba/samba-3.0.4/source/ubiqx
-I/Users/andy/samba/samba-3.0.4/source/smbwrapper -I. -I/sw/include
-I/Users/andy/samba/samba-3.0.4/source
LIBS =
LDSHFLAGS = -bundle -flat_namespace -undefined suppress -L/sw/lib
LDFLAGS = -L/sw/lib
Compiling libsmb/clikrb5.c
libsmb/clikrb5.c:139: #error UNKNOWN_GET_ENCTYPES_FUNCTIONS
libsmb/clikrb5.c:123: illegal external declaration, missing `;' after
`__ERROR_XX_UNKNOWN_CREATE_KEY_FUNCTIONS'
libsmb/clikrb5.c:188: undefined...
2012 Jan 03
2
[LLVMdev] Using llvm command line functions from within a plugin?
...within my plugin:
cl::opt<bool> optShowGC("show-gc", cl::desc("Print debugging output from GC
strategy"));
(when I remove the option from the source, everything works fine.)
Now, I recognize the 'flat namespace' phrase from my build file, which
passes "-Wl -flat_namespace -Wl -undefined -Wl suppress" to the linker when
building the plugin. I remember that someone gave me this magic formula (or
perhaps I got it off a search result) - I certainly don't understand what
it means. I remember it had to do with creating the plugin in such a way as
to resolve unde...
2003 Oct 09
2
building XML-0.95-1 on MacOS
...irectory: -L/sw/lib -lxml -lz -lz -lxml
libxml 2: no
Compilation flags: -I/sw/include/gnome-xml
-I/sw/include/gnome-xml/libxml -DLIBXML -I/sw/include/gnome-xml
Link flags: -L/sw/lib -lxml -lz -lz -lxml
Compiling produced the following error:
gcc -bundle -flat_namespace -undefined suppress -L/sw/lib
-L/usr/local/lib -o XML.so DocParse.o EventParse.o ExpatParse.o
HTMLParse.o RSDTD.o RUtils.o Utils.o XMLEventParse.o XMLTree.o
-L/sw/lib -lxml -lz -lz -lxml -lcc_dynamic
ld: multiple definitions of symbol _xmlParserError
Utils.o definition of _xmlParserError in se...
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
While builds and validations of R-1.6.2beta_2002-12-20 were
successful on several systems, there were a few failures:
------------------------------------------------------------------------
Apple Darwin 6.2 (MacOS 10.2.2) with gcc-3.2.1:
gcc -dynamiclib -flat_namespace -undefined suppress -o
.libs/libgslcblas.0.0.0.dylib sasum.lo saxpy.lo ... isamax.lo izamax.lo xerbla.lo -lc -install_name /usr/local/lib/libgslcblas.0.dylib -compatibility_version 1 -current_version 1.0
gcc: suppress: No such file or directory
gcc: /usr/local/lib/libgslcblas.0.dylib: No such f...
2006 Apr 26
1
MacOSX package install problem: pkgs quadprog & tseries
I upgraded to R-2.2.1 on two PPC G5 computers today. Further I want
to work with the tseries package for the first time.
As root with
R CMD INSTALL tseries_0.10-0.tar.gz
I get the following
gcc-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib -
o tseries.so arma.o bdstest.o boot.o dsumsl.o garch.o ppsum.o
tsutils.o -framework vecLib -L/usr/local/lib/gcc/powerpc-apple-
darwin6.8/3.4.2 -lg2c -lSystem -L/usr/local/lib/gcc/powerpc-apple-
darwin6.8/3.4.2 -lg2c -lSystem -lcc_dynamic -F/Library/Framew...
2004 Nov 09
2
3.0.8 build failure OS X 10.3.6
...t -Iinclude
-I/Users/admin/Documents/samba-3.0.8/source/include
-I/Users/admin/Documents/samba-3.0.8/source/ubiqx
-I/Users/admin/Documents/samba-3.0.8/source/smbwrapper -I.
-I/sw/include -I/Users/admin/Documents/samba-3.0.8/source
LIBS = -lresolv -ldl -liconv
LDSHFLAGS = -bundle -flat_namespace -undefined suppress -L/sw/lib
LDFLAGS = -L/sw/lib
Compiling dynconfig.c
Compiling smbd/vfs.c
Compiling libsmb/clikrb5.c
libsmb/clikrb5.c: In function `krb5_locate_kdc':
libsmb/clikrb5.c:209: error: `krb5_krbhst_handle' undeclared (first use
in this function)
libsmb/clikrb5.c:209:...
2004 Jul 03
1
OS X problem with DSTEIN in IGLS code
...cause they are in FORTRAN (??).
This version of R runs the code below just fine.
3. So there seems to be a difference between the implementation of
DSTEIN in vecLib.framework and in other BLAS versions. The error
message comes from vecLib.
4. To build libRlapack.dylib on OS X add the flags "-flat_namespace
-undefined suppress" to the link.
-------------- next part --------------
5. I will post this version of R-1.9.1 (using the X11 version of Tcl/Tk
8.5
and the R version of BLAS and Lapack) on gifi.
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Mu...
2004 Feb 26
1
unable to install dse in mac OS X 10.3
...latex example
00Intro.tframe text html latex
<snip>
trimNA text html latex example
* DONE (tframe)
* Installing *source* package 'dse1' ...
** libs
g77 -fno-common -g -O2 -c dsefor.f -o dsefor.o
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o dse1.so
dsefor.o -L/usr/local/lib -L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4
-L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4/../../.. -lfrtbegin -lg2c
-lSystem -lcc_dynamic
/usr/bin/ld: -undefined: unknown argument: -lbundle1.o
make: *** [dse1.so]...
2005 Jun 10
1
Fortran compilation error
...g -O2 -c largrec.f -o largrec.o
gcc-3.3 -no-cpp-precomp
-I/Library/Frameworks/R.framework/Resources/include
-I/usr/local/include -fno-common -g -O2 -c ranksort.c -o ranksort.o
g77 -fno-common -g -O2 -c rcorr.f -o rcorr.o
g77 -fno-common -g -O2 -c wclosest.f -o wclosest.o
gcc-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib
-o Hmisc.so cidxcn.o cidxcp.o hoeffd.o jacklins.o largrec.o
ranksort.o rcorr.o wclosest.o
-L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2 -lg2c -lSystem
-lcc_dynamic -framework R
ld: warning -L: directory name
(/usr/local/lib/gcc/powerpc-apple-darwin6.8...
2006 May 09
1
Calling R from C
...orks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/ppc
-I/usr/local/include -fPIC -fno-common -g -O2 -std=gnu99 -c
/Users/ivisser/Documents/projectsCurrent/dmm4Project/rfromc.c -o
/Users/ivisser/Documents/projectsCurrent/dmm4Project/rfromc.o
gcc-4.0 -arch ppc -flat_namespace -bundle -undefined suppress
-L/usr/local/lib -o
/Users/ivisser/Documents/projectsCurrent/dmm4Project/rfromc.so
/Users/ivisser/Documents/projectsCurrent/dmm4Project/rfromc.o
-L/Library/Frameworks/R.framework/Resources/lib/ppc -lR
And then call:
>dyn.load("rfromc.so")
> .Call("...
2006 Mar 08
1
problem installing RNetCDF
...ars
** libs
gcc -no-cpp-precomp -I/sw/Library/Frameworks/R.framework/Resources/
include -I/Users/zpzhang/research/library/include -I/Users/zpzhang/research/
library/include -I/sw/include -fno-common -g -O2 -c RNetCDF.c -o
RNetCDF.o
gcc: unrecognized option '-no-cpp-precomp'
gcc -bundle -flat_namespace -undefined suppress -lcc_dynamic -L/sw/lib -o
RNetCDF.so RNetCDF.o -L/Users/zpzhang/research/library/lib -lnetcdf -L/
Users/zpzhang/research/library/lib -ludunits -lcc_dynamic -F/sw/Library/
Frameworks -framework R
gcc: couldn't run 'undle-gcc-4.0.2': No such file or directory
make:...
2005 Jul 14
1
Fwd: Re: Problem installing R packages
...3 -no-cpp-precomp
-I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include
-fno-common -g -O2 -c romberg.c -o romberg.o gcc-3.3 -no-cpp-precomp
-I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include
-fno-common -g -O2 -c toms614.c -o toms614.o gcc-3.3 -bundle
-flat_namespace -undefined suppress -o rmutil.so cutil.o dist.o gettvc.o
romberg.o toms614.o -L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2
-lg2c -lSystem
package successfully installed ld: dist.o has external relocation
entries in non-writable section (__TEXT,__text) for symbols: restFP saveFP
m...