search for: multi_modul

Displaying 5 results from an estimated 5 matches for "multi_modul".

Did you mean: multi_module
2004 May 03
2
R-1.9.0 won't compile on OSX (PR#6848)
...b 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/../../.. -lfrtbegin -lg2c -lSystem ld: common symbols not allowed with MH_DYLIB output format with the -multi_modul e option /sw/lib/libg2c.a(err.o) definition of common _f__cblank (size 4) /sw/lib/libg2c.a(fmt.o) definition of common _f__cnt (size 40)
2003 Apr 25
1
make? on Macos 10.2.4
...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/../../.. -lfrtbegin -lg2c -lSystem ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /sw/lib/libg2c.a(err.o) definition of common _f__cblank (size 4) /sw/lib/libg2c.a(fmt.o) definition of common _f__cnt (size 40) . . [more of this] . . /sw/lib/libg2c.a(err.o) definition of common _f__icptr (size 4) /sw/lib/libg2c.a(err.o) definition of common f(short, void, int, char) (size...
2005 Jun 10
1
source bug ? (PR#7929)
...k0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/sw/lib -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 ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /usr/local/lib/libg2c.a(err.o) definition of common _f__cblank (size 4) /usr/local/lib/libg2c.a(fmt.o) definition of common _f__cnt (size 40) /usr/local/lib/libg2c.a(fmt.o) definition of common f(char, *) (size 4) /usr/local/lib/libg2c.a(err.o) definition of common f(char, long *, short __...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/sw/lib -L/usr/local/lib -L/sw/lib/gcc-lib/powerpc-apple-darwin6.2/3.1 -L/sw/lib/gcc-lib/powerpc-apple-darwin6.2/3.1/../../.. -lfrtbegin -lg2c -lSystem ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /sw/lib/libg2c.a(err.o) definition of common _f__cblank (size 4) /sw/lib/libg2c.a(fmt.o) definition of common _f__cnt (size 40) /sw/lib/libg2c.a(fmt.o) definition of common f(char, *) (size 4) /sw/lib/libg2c.a(err.o) definition of common f(char, long *, short __restrict) (size 4) /sw/lib/...
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