search for: __common

Displaying 7 results from an estimated 7 matches for "__common".

2018 Jan 24
0
Should llvm-nm classify Mach-O __DATA, __common symbols as BSS?
Hello LLVM-Devs, Perhaps a pedantic question, but I'm wondering how __DATA,__common and __DATA,__bss symbols differ, and whether llvm-nm ought not classify the former as type "B" as it does the latter: $ cat bss.c int i; static int si __attribute__((used)); $ clang -fno-common -c bss.c $ nm bss.o 0000000000000000 S _i 0000000000000004 b _si $ nm -m bss.o 000000000000...
2004 Oct 18
1
installing package 'kinship'
...ndex3.o bdsmatrix_prod.o bdsmatrix_prod2.o bdsmatrix_prod3.o chinv4.o chinv5.o cholesky4.o cholesky5.o chsolve4.o chsolve5.o coxfit6a.o coxfit6b.o coxfit6c.o gchol.o gchol_bds.o -lcc_dynamic -framework R ld: multiple definitions of symbol _coxfit6 agfit6b.o definition of _coxfit6 in section (__DATA,__common) coxfit6a.o definition of _coxfit6 in section (__DATA,__common) coxfit6b.o definition of _coxfit6 in section (__DATA,__common) coxfit6c.o definition of _coxfit6 in section (__DATA,__common) make: *** [kinship.so] Error 1 ERROR: compilation failed for package 'kinship' ** Removing '/Libr...
2006 Nov 05
1
lme4 install error
Dear all, I'm trying to install lme4 (after having installed R 2.4.0 from source, and having installed the latest Matrix package). lme4 fails with the following message: pedigree.o definition of _lme4_xSym in section (__DATA,__common) pedigree.o definition of _lme4_ySym in section (__DATA,__common) make: *** [lme4.so] Error 1 ERROR: compilation failed for package 'lme4' ** Removing '/Library/Frameworks/R.framework/Versions/2.4/Resources/library/lme4' Others have apparently also had this problem, but their error...
2002 Jan 02
1
multiple definitions in C code
...adriel.o 000000c0 S _bilbo 00000000 T _galadriel U _printf U dyld_stub_binding_helper and then [localhost:~/Desktop/rings] deleeuw% gcc -bundle -o rings.so elrond.o galadriel.o /usr/bin/ld: multiple definitions of symbol _bilbo elrond.o definition of _bilbo in section (__DATA,__common) galadriel.o definition of _bilbo in section (__DATA,__common) [localhost:~/Desktop/rings] deleeuw% gcc -bundle -o rings.so -Xlinker -m elrond.o galadriel.o /usr/bin/ld: warning multiple definitions of symbol _bilbo elrond.o definition of _bilbo in section (__DATA,__common) galadriel.o definition...
2006 Apr 26
1
Building native extensions fail on Macbook Pro
...39;'ferret'' Local gem file not found: ferret*.gem Attempting remote installation of ''ferret'' Building native extensions. This could take a while... /usr/bin/ld: multiple definitions of symbol _ranalyzer_key r_index_io.o definition of _ranalyzer_key in section (__DATA,__common) r_qparser.o definition of _ranalyzer_key in section (__DATA,__common) collect2: ld returned 1 exit status make: *** [ferret_ext.bundle] Error 1 /usr/bin/ld: multiple definitions of symbol _ranalyzer_key r_index_io.o definition of _ranalyzer_key in section (__DATA,__common) r_qparser.o definition o...
2001 Oct 24
3
Almost there...
...ibm.dylib(getopt.o) definition of _getopt ../share/libgetopt.a(getopt.o) definition of _getopt in section (__TEXT,__text) /usr/bin/ld: multiple definitions of symbol _optarg /usr/lib/libm.dylib(getopt.o) definition of _optarg ../share/libgetopt.a(getopt.o) definition of _optarg in section (__DATA,__common) /usr/bin/ld: multiple definitions of symbol _opterr /usr/lib/libm.dylib(getopt.o) definition of _opterr ../share/libgetopt.a(getopt.o) definition of _opterr in section (__DATA,__data) /usr/bin/ld: multiple definitions of symbol _optind /usr/lib/libm.dylib(getopt.o) definition of _optind ../share/...
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from Nick. I thought it was in 0.0.11, but it wasn''t. It also adds support for "stock objects", like colours, pens, and fonts. This turned out to be quite challenging, but I''m happy with the solution. It only took a few days :-/ Kevin