search for: cmplrs

Displaying 10 results from an estimated 10 matches for "cmplrs".

1997 Jun 10
0
R-beta: Compiling 0.49 on IRIX6.1
...statement is unreachable break; ^ "engine.c", line 670: warning(1110): statement is unreachable break; ^ Signal: SIGSEGV in Scope Setup phase. ### Error (user routine 'sdissect'): ### Signal SIGSEGV in phase Scope Setup -- processing aborted cc ERROR: /usr/lib64/cmplrs/fec died due to signal 4 cc ERROR: core dumped *** Error code 2 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) -- Xiaoming Cai School of Geography .&______~*@*~______&. University of Birming...
2003 Sep 22
1
Compiling shared library on Alpha/OSF1
I'm having trouble compiling and installing R as a shared library on Alpha/OSF1. I used ./configure --enable-R-shlib SHLIB_CXXLDFLAGS=-L/lib/cmplrs/cxx (Using configure with --enable-R-shlib alone generated "Could not determine SHLIB_CXXLDFLAGS" errors.) make and everything else were done as specified in the documentation. It compiled everything without visible problems, but on linking libR.so I got the following message: /sbin/...
1998 May 12
0
Compilation problem on OSF/1
...t;"nobody" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DOSF1 -DFAST_SHARE_MO >DES -DSMB_PASSWD="/usr/local/samba/bin/smbpasswd" -DSMB_PASSWD_FILE="/us >r/local/samba/private/smbpasswd" >Using LIBS = >Compiling slprintf.c >/usr/lib/cmplrs/cc/cfe: Error: slprintf.c, line 48: Type for rhs of assignment e >xpression is incompatible with lhs (3.3.16.1) > buf = memalign(pagesize, len); > ----^ >*** Exit 1 >Stop. Anyone who knows C and samba better than I do have any ideas? TIA, Bruce Bruce...
1997 Aug 14
0
R-alpha: Compiling 0.49 on IRIX6.1
...statement is unreachable break; ^ "engine.c", line 670: warning(1110): statement is unreachable break; ^ Signal: SIGSEGV in Scope Setup phase. ### Error (user routine 'sdissect'): ### Signal SIGSEGV in phase Scope Setup -- processing aborted cc ERROR: /usr/lib64/cmplrs/fec died due to signal 4 cc ERROR: core dumped *** Error code 2 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) -- Xiaoming Cai School of Geography .&______~*@*~______&. University of Birmin...
2000 Feb 08
0
configure doesn't accept f77 on alpha (PR#419)
...t;${G77}"; then + # DEC fortran "f77 -c" creates only a MAIN__ symbol and + # the "main" symbol is inserted by linking with "f77" + # (unless called with -nofor_main), so linking with + # cc would need /usr/lib/cmplrs/fort/for_main.o explicitely, + # but adding this to FLIBS would break the final linking step + # inserting "main" twice. So suppress ld's error message + # about unresolved "main": + ${CC} -expect_unresolved main ${LDFLAG...
2004 Jan 19
1
Compiling R, cannot open vars.mk
Hi! I am trying to compile R-1.8.1 on an alphaserver running Tru64 Unix. I use the compilers cc,cxx and f77. After the compilation I try: make check and get the following message: Make: Cannot open /share/make/vars.mk. Stop. Does anyone have any suggestions on why? Regards Arne Gjuvsland
1997 Aug 13
1
R-beta: compiling R-5.0 on IRIX6.1
...statement is unreachable break; ^ "engine.c", line 670: warning(1110): statement is unreachable break; ^ Signal: SIGSEGV in Scope Setup phase. ### Error (user routine 'sdissect'): ### Signal SIGSEGV in phase Scope Setup -- processing aborted cc ERROR: /usr/lib64/cmplrs/fec died due to signal 4 cc ERROR: core dumped *** Error code 2 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) 13Aug(16:55){art29}[R-0.50-a1]<100> -- Xiaoming Cai School of Geography .&______~*@*~__...
1997 Aug 13
1
R-beta: compiling R-5.0 on IRIX6.1
...statement is unreachable break; ^ "engine.c", line 670: warning(1110): statement is unreachable break; ^ Signal: SIGSEGV in Scope Setup phase. ### Error (user routine 'sdissect'): ### Signal SIGSEGV in phase Scope Setup -- processing aborted cc ERROR: /usr/lib64/cmplrs/fec died due to signal 4 cc ERROR: core dumped *** Error code 2 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) 13Aug(16:55){art29}[R-0.50-a1]<100> -- Xiaoming Cai School of Geography .&______~*@*~__...
1997 Aug 14
0
R-alpha: Re: R-beta: R-0.49 on IRIX6.1 does not compile
...engine.c", line 670: warning(1110): statement is unreachable XC> break; ^ XC> Signal: SIGSEGV in Scope Setup phase. XC> ### Error (user routine 'sdissect'): XC> ### Signal SIGSEGV in phase Scope Setup -- processing aborted XC> cc ERROR: /usr/lib64/cmplrs/fec died due to signal 4 XC> cc ERROR: core dumped XC> *** Error code 2 (bu21) XC> *** Error code 1 (bu21) XC> *** Error code 1 (bu21) Just above lies the compilation error culprit. Unfortunately, I have no idea what "Scope Setup phase" means... Can you fi...
1998 Feb 20
2
Warning when compiling nmbd_incomingdgrams.c
I just downloaded samba-1.9.18p3.tar.gz and compiled it on a DEC 3000/300 running OSF/1 v3.0 (uname -mrsv gives: "OSF1 V3.0 347 alpha") using the built-in cc compiler. The compiler gives the following warning: Compiling nmbd_incomingdgrams.c /usr/lib/cmplrs/cc/cfe: Warning: nmbd_incomingdgrams.c, line 452: Unknown character \ ignored ((DEBUGLEVEL>=(5))?(Debug1 ("process_lm_host_announce: LM Announcement packet does not " \ ---------------------------------------------------------------------------- -----------------^ The lines in...