search for: install_nam

Displaying 20 results from an estimated 46 matches for "install_nam".

Did you mean: install_name
2003 Aug 21
0
[Mac] R as a Framework
In case anyone cares, I more or less have R building as a framework under 10.2---it turned out to be not-so-difficult. Basically the install_name had to be changed (-install_name R.framework/Versions/1.8.0/R). Note that the install_name isn't a fully qualified path, which threw me off for a while. Then the library modules relinked with -framework R, which I built in main for, uh, convenience, (-F$(topdir)/src/main -framework R) inst...
2004 May 03
2
R-1.9.0 won't compile on OSX (PR#6848)
Full_Name: Dan Kelley Version: 1.9.0 OS: OSX (Darwin 7.3.0) Submission from: (NULL) (129.173.23.36) R-1.9.0 will not compile on Apple OSX (Darwin kernel 7.3.0). The error msg starts as follows, and has several more errors. gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name /Library/Frameworks/R.f ramework/Versions/1.9.0/Resources/bin/libRlapack.dylib -o libRlapack.dylib dlapa ck0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -L/sw/lib -L/usr/local/lib -L/sw/lib/gcc/powerpc-apple-darwin7.2.0/3.4 -L/sw/lib/gcc/powe rpc-apple-darwin7.2.0/3.4/../.....
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
...disable-R-framework for that matter) and tries to install the framework anyway in / which fails just after the R itself was copied into /Versions/.... I know, the user is to blame, but still, a simple check and stop (perhaps with a hint to use --enable-R-framework) would be nice. 2) Wrong -install_name: configure.ac@1094: LIBR_LDFLAGS="-dynamiclib -install_name ${R_FRAMEWORK_DIR}/R.framework/Versions/${PACKAGE_VERSION}/Resources/ bin/libR.dylib -compatibility_version ${PACKAGE_VERSION} -current_version ${PACKAGE_VERSION}" R_FRAMEWORK_DIR specifies the full path including the fr...
2017 Jul 20
2
FYI: Ninja-build user may use CMake-3.9
On Fri, Jul 21, 2017 at 1:16 AM Reid Kleckner <rnk at google.com> wrote: > This is great news! Do we know who contributed the changes to cut the > extra library dependencies? > > Do you think we should remove ENABLE_OBJLIB to simplify our CMake files in > the near future? It seems to me that anyone who cares about highly parallel > build throughput can upgrade CMake to get
2005 Aug 16
1
Compile failure on OSX
Hi, I am trying to compile R-2.1.1 on MacOSX 10.3.9, but the make is failing (I am building it without all the aqua stuff): ./configure --enable-R-shlib --with-lapac make .... Snip ..... gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name /Library/Frameworks/R.framework/Versions/2.1.1/Resources/lib/libRlapack.dyli b -o libRlapack.dylib dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/sw/lib/gcc/powerpc-apple-darwin7.9.0/3.4 -lg2c -lSystem ld: Undefined symbols: _dasum_ _daxpy_ _dcopy_ _ddot_ _dgemm...
2002 Oct 12
0
RXLisp
...en 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 -undefined suppress \\ -install_name...
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
...tems, 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 file or directory gcc: 1: No such file or directory gcc: 1.0: No such file or directory gcc: unrecognized option `-compatibili...
2003 Nov 30
2
R as OS X Framework
...econd issue is a rather minor one which will be solved if RAqua uses the framework. If you used --enable-aqua then configure overrides the dylib location, which is bad for our framework: configure.ac @ 1050: if test "x${want_aqua}" = xyes; then LIBR_LDFLAGS="-dynamiclib -install_name /Applications/StartR.app/RAqua.app/Contents/Frameworks/libR.dylib" else LIBR_LDFLAGS="-dynamiclib -install_name \$(Rexeclibdir)/libR.dylib" fi You'll need to remove the aqua part of it, otherwise the libR.dylib is not expected inside the framework. Finally,...
2017 Mar 16
2
disabling lib/libomptarget.dylib build?
...fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Werror=date-time -std=c++11 -O3 -dynamiclib -Wl,-headerpad_max_install_names -L/sw/lib -o ../../../lib/libomptarget.dylib -install_name /sw/src/fink.build/llvm50-5.0.0-1/build/stage1/lib/libomptarget.dylib CMakeFiles/omptarget.dir/src/omptarget.cpp.o -ldl -Wl,--version-script=/sw/src/fink.build/llvm50-5.0.0-1/llvm-5.0.0.src/projects/openmp/libomptarget/exports ld: unknow...
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...le ; do > > gcc -g -arch i386 -m32 -dynamic -ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o > > GSMOBJS+="src/${GSMSRC}.o " > > done > > > > libtool -dynamic -v -o lib/libgsm.1.0.13.dylib -install_name /usr/lib/libgsm.1.0.13.dylib -compatibility_version 1.0.13 -current_version 1.0.13 -lc ${GSMOBJS} > > > > > > > > > Then do the following: > > Code: > cp inc/* /usr/include > > ln -s /usr/lib/libgsm.1.0.13.dylib /usr/lib/libgsm.dylib > > &g...
2003 Apr 25
1
make? on Macos 10.2.4
...I can't seem to find the right clue. I've recently upgraded a G4 to OS 10.2.5 and I thought I would have another go at installing R from source, after failing to accomplish this in 10.1. So with 1.7.0 from CRAN configure seems to be fine, but make dies with the following gcc -dynamiclib -install_name /usr/local/lib/R/bin/libRlapack.dylib -L/sw/lib -L/usr/local/lib -o libRlapack.dylib dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lf77blas -latlas -L/sw/lib -L/usr/local/lib -L/sw/lib/gcc-lib/powerpc-apple-darwin6.5/3.1 -L/sw/lib/gcc-lib/powerpc-apple-darwin6.5/3.1/../../.. -lfrtbegi...
2006 Apr 13
1
R-latest.tar.gz make error
...extra/bzip2 -I../../src/extra/ pcre -no-cpp-precomp -I. -I../../src/include -I../../src/include -I/ usr/local/include -DHAVE_CONFIG_H -fPIC -fno-common -g -O2 - std=gnu99 -c vfonts.c -o vfonts.o g77 -fPIC -fno-common -g -O2 -c xxxpr.f -o xxxpr.o gcc -dynamiclib -L/usr/local/lib -dynamiclib -install_name libR.dylib -compatibility_version 2.3.0 -current_version 2.3.0 - headerpad_max_install_names -o libR.dylib Rembedded.o CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o...
2011 Jul 29
0
[LLVMdev] linkage failure
..... cd /sw/src/fink.build/llvm30-3.0-0/llvm-3.0/build/tools/edis && /sw/bin/cmake -E cmake_link_script CMakeFiles/EnhancedDisassembly.dir/link.txt --verbose=1 /sw/var/lib/fink/path-prefix-clang/c++ -fPIC -fno-rtti -O3 -DNDEBUG -shared -L/sw/lib -o ../../lib/libEnhancedDisassembly.dylib -install_name /sw/src/fink.build/llvm30-3.0-0/llvm-3.0/build/lib/libEnhancedDisassembly.dylib CMakeFiles/EnhancedDisassembly.dir/EDMain.cpp.o ../../lib/libLLVMMCDisassembler.a ../../lib/libLLVMX86AsmPrinter.a ../../lib/libLLVMX86Disassembler.a -lpthread ../../lib/libLLVMX86Info.a ../../lib/libLLVMMCParser.a ../...
2004 Sep 10
0
Mac OS X - xmms plugin probs
...mespace -undefined suppress -o .libs/libxmms-flac.so plugin.lo -L/sw/lib /sw/lib/libFLAC.dylib -L/usr/X11R6/lib /sw/lib/libgtk.dylib /sw/lib/libgdk.dylib /sw/lib/libgmodule.dylib /sw/lib/libglib.dylib -ldl /sw/lib/libintl.dylib -lXext -lX11 -lm /sw/lib/libxmms.dylib /sw/lib/libogg.dylib -lc -install_name /sw/lib/xmms/Input/libxmms-flac.so gcc: /sw/lib/libFLAC.dylib: No such file or directory libtool-disable-static: install: error: relink `libxmms-flac.la' with the above command before installing it libtool-disable-static: install: warning: remember to run `libtool-disable-static --finish /s...
2004 Sep 10
0
Mac OS X - xmms plugin probs
...plugin.lo -L/sw/lib /sw/lib/libFLAC.dylib -L/sw/src/flac-1.0.2-1/flac-1.0.2/src/libFLAC/.libs -L/usr/X11R6/lib /sw/lib/libgtk.dylib /sw/lib/libgdk.dylib /sw/lib/libgmodule.dylib /sw/lib/libglib.dylib -ldl /sw/lib/libintl.dylib -lXext -lX11 -lm /sw/lib/libxmms.dylib /sw/lib/libogg.dylib -lc -install_name /sw/lib/xmms/Input/libxmms-flac.so cc: /sw/lib/libFLAC.dylib: No such file or directory libtool-disable-static: install: error: relink `libxmms-flac.la' with the above command before installing it libtool-disable-static: install: warning: remember to run `libtool-disable-static --finish /s...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...gsm_option short_term table ; do > gcc -g -arch i386 -m32 -dynamic -ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o > GSMOBJS+="src/${GSMSRC}.o " > done > > libtool -dynamic -v -o lib/libgsm.1.0.13.dylib -install_name /usr/lib/libgsm.1.0.13.dylib -compatibility_version 1.0.13 -current_version 1.0.13 -lc ${GSMOBJS} > > > Then do the following: Code: cp inc/* /usr/include ln -s /usr/lib/libgsm.1.0.13.dylib /usr/lib/libgsm.dylib [6] Recompile wine-devel Code: sudo port install wine-devel A...
2010 Oct 30
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Folks, In answer to the error "libgsm 32-bit development files not found," after completing the libtool command, you must copy the library to /usr/lib. "cp lib/* /usr/lib" would do nicely. HTH, David
2002 Oct 12
0
tkrplot
...les, but needs dynamic libraries (I verfied this using the native version of tclsh and Wish). But the config files in the tkrplot package (as in all packages) build bundles, not libraries. Thus I said in the src directorry of the tkrplot package gcc -dynamiclib -flat_namespace -undefined suppress -install_name /usr/local/lib/R/library/tkrplot/libs/tkrplot.dylib \\ -o tkrplot.dylib -L/usr/local/lib/R/bin -lR -L/sw/lib -ltcl -ltk -L/usr/X11R6/lib -lX11 tcltkimg.o and I changed the R code in tkrplot so that it uses .dylib as the file extension. It is still mysterious to me why it did work, using bun...
2002 Oct 23
0
R-1.6.1 with gcc-3.3
...ro or one or two persons. gcc-3.3 from Apple's CVS does not handle the -bundle flag properly. I had to hack configure.ac, which now has shlib_ldflags="-nostdlib /usr/lib/bundle1.o -Wl,-bundle -Wl,-bundle_loader,/usr/local/lib/R/bin/R.bin -lgcc" ;; LIBR_LDFLAGS="-dynamiclib -install_name \$(Rexeclibdir)/libR.dylib -framework Carbon" i.e. I have also switched over to two-level namespaces. If the -bundle flag is fixed, the first one will simply become shlib_ldflags="-bundle -bundle_loader /usr/local/lib/R/bin/R.bin" For those of you with accounts on gifi, I will...
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
...o .libs/libvorbis.dylib mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo time0.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo sharedbook.lo iir.lo lookup.lo bitbuffer.lo -lm -L/Local/Public/bungi/Vorbis/lib -logg -framework System -install_name /Local/Public/bungi/Vorbis/lib/libvorbis.dylib In this case, it is linking libogg.dylib into libvorbis.dylib. But for some reason when it tries to link libvorbis into libvorbisfile, it yaks. Any ideas? -tim --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage...