search for: std1

Displaying 20 results from an estimated 26 matches for "std1".

Did you mean: std
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...ether /usr/bin/f77 and /usr/bin/cc agree on double complex... yes checking whether /usr/bin/f77 supports -c -o FILE.lo... yes checking whether /usr/bin/cxx accepts -M for generating dependencies... yes checking whether /usr/bin/cxx supports -c -o FILE.lo... yes checking whether /usr/bin/cc accepts -std1... yes checking whether /usr/bin/cc accepts -ieee_with_inexact... yes checking whether /usr/bin/f77 accepts -fpe3... yes checking whether /usr/bin/cxx accepts -ieee... yes checking for xmkmf... /usr/bin/X11/xmkmf configure: WARNING: I could not determine SHLIB_CXXLDFLAGS checking for working alloca...
2004 Oct 01
1
bzip2 directory won't build on OSF1 due to C99 code and -std1 option (PR#7257)
Full_Name: Michael Hoffman Version: 2.0.0-beta-20041001 OS: OSF1 V5.1 Submission from: (NULL) (193.62.199.8) Hello. Building R 2.0.0-beta-20041001 on OSF1 V5.1 failed because the default configure sets R_XTRA_CFLAGS to "-std1 -ieee_with_inexact." The bzip2 directory includes C99 code that requires -std1 to not be set in order to compile. This halts the overall build process.
2002 Jul 25
1
[Bug 371] New: OpenSSH fails to build on Alpha True64 in cipher.c
...ld system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: eesrjhc at bath.ac.uk $uname -a OSF1 cavendish.bath.ac.uk V5.0 1094 alpha Installed Openssl-0.96d in /usr/local/openssl Configured OpenSSH-3.4p1 with: export DEC_CC="-I/usr/local/include " CC="cc -std1" ./configure which reports: OpenSSH has been configured with the following options: User binaries: /usr/local/bin System binaries: /usr/local/sbin Configuration files: /usr/local/etc Askpass program: /usr/local/libexe...
2000 Feb 08
0
extra flags for cc and f77 on alpha (PR#420)
Full_Name: Albrecht Gebhardt Version: 0.99.0 OS: alpha, osf4.0 Submission from: (NULL) (143.205.180.40) Im not sure if this is really correct, but it has proven to work. 1. It is always a good idea to add -std1 to DEC cc's flags to force strict ANSI language mode. It was neccessary for 0.90.x to compile, so I used it for 0.99.0 too 2. I'm not sure if -fpe3 is neccessary for DEC f77, but it seems to enable IEEE floating point exception handling (if I understood what was said in the manpage). Co...
2004 Oct 06
2
[Bug 940] xmmap.c noequality compile error on Digital UNIX 4.0F PK7
...IX 4.0F |error on Digital UNIX 4.0F |PK7 |PK7 ------- Additional Comments From anenni at isisw.com 2004-10-06 22:24 ------- With the change you suggested xmmap.c compiles with no warning at all. Making all gives the same error with monitor_mm.c cc -std1 -g -I. -I. -I/usr/local/ssl/include -I/usr/local/include -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_...
1998 May 12
0
Compilation problem on OSF/1
...am* a samba newbie I'm trying to compile samba-1.9.18p6 on a DEC Alpha running OSF/1 V3.0 (I know it's old, but I'm stuck with it). I've modified the Makefile as follows... ># Add any optimisation or debugging flags here ># add -DSYSLOG for syslog support >FLAGS1 = -O -std1 -w >LIBS1 = and ># This is for OSF1 (Alpha) ># contributed by errath@balu.kfunigraz.ac.at ># NOTE: You may need -warning_unresolved if you get unresolved symbols > >FLAGSM = -DOSF1 -DFAST_SHARE_MODES >LIBSM = Everything seems to compile fine until it gets to slprintf when t...
2013 Apr 29
1
Asterisk 11.3.0 - Mask for new file not correct
...asterisk 11583 0.0 3.8 341560 19440 ? Sl Apr17 2:02 /usr/sbin/asterisk -f -vvvg -c The fact is we want to use the RECORDED_FILE function from Application_Record module and create a file with 666 permissions. But when I check the created file, rights are not what I expected. [root at STD1-SRVASTSVI-03 pseudos]$ ll -rw-r--r-- 1 asterisk asterisk 51244 mars 29 16:04 Pseudo_2_1111.wav I checked the doc on https://wiki.asterisk.org/wiki/display/AST/Application_Record but I didn't find anything about umask permissions. I checked Doxygen, I can see file creation permissions is set to...
2002 Apr 18
6
[Bug 222] configure finds getnameinfo() but not getaddrinfo()
http://bugzilla.mindrot.org/show_bug.cgi?id=222 ------- Additional Comments From djm at mindrot.org 2002-04-18 23:07 ------- Could you please try CVS -current with the following patch. You will need to regenerate configure using autoconf. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2006 May 26
1
Building V2.3.0 on Tru64 V5.1B
...ant to rebuild GCC on this platform, and would like to know if others have success in building R with native C, C++ and Fortran. I plan on using the following configure string: CPPFLAGS="-I/opt/gnu/include -I/opt/libjpeg/include -I/opt/libpng/include -I/opt/ncurses/include" CFLAGS="-std1" LDFLAGS="-L/opt/gnu/lib -L/opt/libjpeg/lib -L/opt/libpng/lib -L/opt/ncurses/lib -lncurses -ljpeg -lpng -rpath "/opt/libpng/lib:/opt/libjpeg/lib:/opt/ncurses/lib:/opt/gnu/lib:/usr/shl ib" R_PAPERSIZE=letter CC=cc CXX=cxx ./configure prefix=/opt/R --without-readline --without-bla...
2004 Oct 05
2
[Bug 940] xmmap.c noequality compile error on DigitalUNIX 4.0F PK7
...ild system AssignedTo: openssh-bugs at mindrot.org ReportedBy: anenni at isisw.com On Digital UNIX 4.0F (patch-kit 7), after configure with only zlib path, make command fails with this error: root at plutone/var/appoggio/openssh-3.9p1# make (cd openbsd-compat && make) cc -std1 -g -I. -I.. -I. -I./.. -I/usr/local/ssl/include -I/usr/local/include -DHAVE_CONFIG_H -c xmmap.c cc: Error: xmmap.c, line 50: In this statement, "address" and "(-1)" cannot be compared for equality or inequality. (noequality) if (address == MAP_FAILED) { ------------^ **...
2003 Sep 19
1
configure fixes for Tru64 UNIX V4.0x
...x) releases of Tru64. But for $host matching *-dec-osf4.0* the above settings should help. 2) The configure script as distributed with 3.7.1p1 has some cpp directives with leading space before the #. The /usr/bin/cc bundled with Tru64 V4.0G chokes on these unless an explicit -std option (e.g., cc -std1) is given. Unfortunately, turning on this option creates other compilation problems. It would be safest to make all cpp directives start with the # in column 1, since that's more portable. 3) I'm also working on auth-sia.c fixes; will submit them once I'm satisfied that they work. My...
2006 Nov 30
0
OpenSSH make errors on OpenStep 4.2 ?
..._(__string__,1,3))); #endif /* !_VIS_H_ */ #endif /* !HAVE_STRNVIS */ ~ ------We see in the documentation: (we read it all !!) # Don't try gcc -ansi; that turns off useful extensions and # breaks some systems' header files. # AIX -qlanglvl=ansi # Ultrix and OSF/1 -std1 # HP-UX 10.20 and later -Ae # HP-UX older versions -Aa -D_HPUX_SOURCE # SVR4 -Xc -D__EXTENSIONS__ -------We see our version: labnx02:40# cc -v Reading specs from /lib/i386/specs NeXT Software, Inc. version cc-744.13, gcc version 2.7.2.1 ------This is OpenStep 4.2 for Intel an...
2002 Feb 22
1
Error building CVS on Tru64 UNIX
Latest CVS gives the following error with the Compaq C compiler on Tru64 UNIX: cc -I. -I. -O2 -std1 -DHAVE_CONFIG_H -I./popt -c batch.c -o batch.o cc: Error: batch.c, line 408: In this statement, a common type could not be determined for the 2nd and 3rd operands ("&s->count" and "&int_zero") of a conditional operator. (badcondit) write_batch_csums_fi...
2008 Jul 10
0
rsync-3.0.3 on TRU64 5.1a w/ provided c compiler
...an FYI to any other poor soul that happens to run into the same problem that I just spent 3 hours trying to correct. I was working on getting rsync 3.0.3 compiled on a TRU64 5.1 alpha system, using the provided (compaq?) c-compiler. The first step was to set the compile flags: CC=cc CFLAGS='-std1 -O' export CC CFLAGS Then run the configure script and tell it to use the built in popt: ./configure --with-included-popt This went fine, but make will fail with an error message about ld not liking the Wno-unused-parameters flag. A little research turned up the fact that the C-compiler does...
2001 Jan 10
1
configure error on alpha (PR#806)
...r to produce an object file rather than an executable. R configured using the following options passes "make test" R is now configured for alphaev56-dec-osf4.0d Source directory: . Installation directory: /usr/local/R C compiler: cc -ieee_with_inexact -std1 -g C++ compiler: c++ -g -O2 FORTRAN compiler: f77 -fpe3 -g X11 support: yes Gnome support: no Tcl/Tk support: no R profiling support: yes R as a shared library: no --please do not edit the information below--...
2013 May 01
0
asterisk-users Digest, Vol 105, Issue 39
...gt; On Apr 29, 2013, at 10:51 AM, Ludovic Bou? wrote: > > > The fact is we want to use the RECORDED_FILE function from > Application_Record module and create a file with 666 permissions. But when > I check the created file, rights are not what I expected. > > > > [root at STD1-SRVASTSVI-03 pseudos]$ ll > > -rw-r--r-- 1 asterisk asterisk 51244 mars 29 16:04 Pseudo_2_1111.wav > > > > I checked the doc on > https://wiki.asterisk.org/wiki/display/AST/Application_Record but I > didn't find anything about umask permissions. I checked Doxygen, I can...
2000 Mar 21
0
Summing up histograms and misc.
...as provided to me by Brain Ripley to read the abovementioned images off-list), it doesn't seem to mean anything, but I figured I might as well ask since I (finally) have upgraded to R-1.0.0. It goes: rukbat:~/hfag/src/c> R CMD SHLIB readraw.c cc -I/local/R/lib/R/include -ieee_with_inexact -std1 -O3 -tune ev56 -c readraw.c -o readraw.o f77 -shared -o readraw.so readraw.o -ldxml -lUfor -lfor -lFutil -lm -lots -lmld: Warning: Unresolved: Rf_error Is it anything to worry about? Best, Kjetil -- Kjetil Kjernsmo Graduate astronomy-student Problems worthy of attack Uni...
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...5. edit builds/unix/configure to match GCC's build flags: > > if test "x$CC" = xgcc; then > XX_CFLAGS="-Wall" > XX_ANSIFLAGS="-pedantic -ansi" > else > case "$host" in > *-dec-osf*) > CFLAGS= > XX_CFLAGS="-std1 -g3" > XX_ANSIFLAGS= > ;; > *) > XX_CFLAGS= > XX_ANSIFLAGS= > ;; > esac > fi > > becomes: > > XX_CFLAGS="-Wall" > XX_ANSIFLAGS="-pedantic -ansi" Okay, that should be fine. > 5. ./configure > 6. mak...
2005 Oct 14
11
[Bug 1104] Compile error "ldLL" not declared in strtonum.c under Tru64 Unix 4.0f
...Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: mcaskill.scott at epa.gov Compilation of 4.2p1 fails on Tru64 Unix 4.0f platform with the following configuration settings in use: Host: alpha-dec-osf4.0f Compiler: cc -std1 Compiler flags: -g Preprocessor flags: -I/usr/local/ssl/include Linker flags: -L/usr/local/ssl/lib Libraries: -lcrypto -lrt -lz -lsecurity -ldb -lm -laud Compilation fails with: cc: Error: strtonum.c, line 55: In this statement, "ldLL" is not...
2004 Dec 20
4
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...f freetype-2.1.9.tar.bz2 4. cd freetype-2.1.9 5. edit builds/unix/configure to match GCC's build flags: if test "x$CC" = xgcc; then XX_CFLAGS="-Wall" XX_ANSIFLAGS="-pedantic -ansi" else case "$host" in *-dec-osf*) CFLAGS= XX_CFLAGS="-std1 -g3" XX_ANSIFLAGS= ;; *) XX_CFLAGS= XX_ANSIFLAGS= ;; esac fi becomes: XX_CFLAGS="-Wall" XX_ANSIFLAGS="-pedantic -ansi" 5. ./configure 6. make Building dies part way through with these messages: /home/adam/t/llvm/cfrontend/x86/llvm-gcc/bin/g...