search for: compatibility_version

Displaying 19 results from an estimated 19 matches for "compatibility_version".

2011 Oct 12
3
1.3.30 build error on Mac OS X with non-Apple GCC
There is a linker argument that only Apple's GCC recognizes in the latest build. In libs/wine/Makefile.in, there is a variable that reads: Code: DYLIB_LDFLAGS = -compatibility_version $(SOVERSION) -current_version $(VERSION) -headerpad_max_install_names in order for non-Apple GCC to successfully build, it needs to pass-through the argument to the linker. The line should read: Code: DYLIB_LDFLAGS = -compatibility_version $(SOVERSION) -current_version $(VERSION) -Wl,-headerp...
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
...-------------------------------------------------------- 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 `-compatibility_version' gcc: unrecognized option `-current_version...
2007 Jun 04
2
[LLVMdev] building llvm-gcc4 with a different target name
...c-apple-darwin8-gcc-4.0.1 Which happens to be the same executable in /usr/bin. Because I have /opt/local before /usr/bin, gcc ends up using llvm-gcc4 to build all my code. Most of the time this isn't a problem, but since llvm-gcc4 doesn't yet support all the flags of gcc 4 (such as the -compatibility_version flag flac uses when compiling), it can error out. Anyone know how can I build llvm-gcc4 so that it has a different exe name, or suggest a better way to do this? If this will help, these are the options I'm using to build llvm-gcc4. It's in tcl, but it hopefully is straight forward enou...
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...-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 > > Co...
2006 Apr 13
1
R-latest.tar.gz make error
...ra/ 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 connections.o context.o cov.o cum.o...
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
...ser 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 framework name, at least according to the previous definition: configure.ac@154: if test "${want_R_framework}" = yes; then R_FRAMEWORK_DIR="/Library/Framew...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...-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 note for people interested in playing LOTRO (and pro...
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
2010 Dec 04
2
Re: Trouble with libgsm on Mac OS X 10.6.2
The only way I could get rid of the err for gsm on launch was to copy libgsm to my DDO folder, even those I use DYLD_FALLBACK_LIBRARY_PATH, and libgsm is in all of those locations. Here's my launching script: Code: on run --edit this to be the correct location and file to run (typically only edit after the "drive_c") set toRun to
2007 Jan 30
1
Error message when building a package
...tool: unknown option character `m' in: -macosx_version_min Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [roots.so] Error 1 chmod: /../myrlibrary/roots/libs/ppc/*: No such file or direct...
2009 Aug 05
2
FLAC 1.2.1 on OS X 10.4.11
...-asm.a/ bitreader_asm.o .libs/libFLAC.lax/libFLAC-asm.a/cpu_asm.o .libs/ libFLAC.lax/libFLAC-asm.a/fixed_asm.o .libs/libFLAC.lax/libFLAC-asm.a/ lpc_asm.o .libs/libFLAC.lax/libFLAC-asm.a/stream_encoder_asm.o -lm / usr/local/lib/libogg.dylib -install_name /usr/local/lib/libFLAC. 8.dylib -Wl,-compatibility_version -Wl,11 -Wl,-current_version -Wl,11.0 ld: .libs/libFLAC.lax/libFLAC-asm.a/bitreader_asm.o has external relocation entries in non-writable section (__TEXT,__text) for symbols: FLAC__crc16_table bitreader_read_from_client_ /usr/bin/libtool: internal link edit command failed make[4]: *** [libFLAC.la]...
2004 Nov 08
3
Comments on the R-2.0.0 release (PR#7351)
...1.4GHz Darwin 7.3.0 (MacOS 10.3.2 (7D26)) SGI Indy-200 GNU/Linux Gentoo 1.4.16 IBM PowerPC AIX 4.2 On the MacOS 10 system, builds with the native cc (== gcc 3.3 20030304) and with the latest gcc-3.4.3 fail like this: gcc -dynamiclib -L/usr/local/lib -dynamiclib -install_name libR.dylib \ -compatibility_version 2.0.0 -current_version 2.0.0 \ -headerpad_max_install_names -framework Carbon -o libR.dylib \ Rembedded.lo CConverters.lo CommandLineArgs.lo Rdynload.lo Renviron.lo \ RNG.lo apply.lo arithmetic.lo apse.lo array.lo attrib.lo base.lo \ bind.lo builtin.lo character.lo coerce.lo colors.lo compl...
2007 Apr 05
1
Problem installing rgdal on Mac OS X
...l: unknown option character `m' in: -macosx_version_min Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] make: *** [rgdal.so] Error 1 chmod: /Library/Frameworks/R.framework/Versions/2.4/Resour...
2014 Oct 03
6
v2.2.14.rc1 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.14.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.14.rc1.tar.gz.sig I've wanted to do this release for months now, but I keep being too busy all the time. This release fixes several important bugs and a lot of smaller ones. Because there are such a large number of changes I thought I'd make this release candidate release first and
2014 Oct 03
6
v2.2.14.rc1 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.14.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.14.rc1.tar.gz.sig I've wanted to do this release for months now, but I keep being too busy all the time. This release fixes several important bugs and a lot of smaller ones. Because there are such a large number of changes I thought I'd make this release candidate release first and
2012 May 05
12
Error running an app on a Mac
Hi Guys, I'm a newbie, running my first windows app on a Macbook. OS X 10.6.8 2.2 GHz Intel Core 2 Duo 2 GB 667 MHz DDR2 SDRAM When I tried to install X11, both the original X11 app and the update told me it is already installed on my Mac. Here's the error messages from Term: $ wine setup.exe wine: created the configuration directory '/Users/horacemann/.wine' Application tried
2017 Jun 07
3
LLD support for ld64 mach-o linker synthesised symbols
On Tue, Jun 6, 2017 at 11:14 PM, Michael Clark via llvm-dev < llvm-dev at lists.llvm.org> wrote: > OK. I see that the Mach-O linker is not even built when LLD is enabled in > Release_40, only the PE/COFF and ELF linkers are built. > > From looking at reviews it appears that Clang was able to be linked with > LLD on Darwin about 2 years ago, so Mach-O support seems to have
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...lude -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c vfonts.c -o vfonts.o gfortran -fPIC -g -O2 -c xxxpr.f -o xxxpr.o gcc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -install_name libR.dylib -compatibility_version 2.8.0 -current_version 2.8.1 -headerpad_max_install_names -o libR.dylib CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o apse.o arithmetic.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o deb...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...lude -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c vfonts.c -o vfonts.o gfortran -fPIC -g -O2 -c xxxpr.f -o xxxpr.o gcc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -install_name libR.dylib -compatibility_version 2.8.0 -current_version 2.8.1 -headerpad_max_install_names -o libR.dylib CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o apse.o arithmetic.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o deb...