Displaying 12 results from an estimated 12 matches for "extc99".
Did you mean:
extc89
2008 Jul 17
2
AIX 5.3 --enable-R-shlib --with-x ---with-iconv make error with R-2.7.0 and R-2.7.1
...s CookBook :)
The configuration step ends ok:
-----------------------------------------------------------
R is now configured for powerpc-ibm-aix5.3.0.0
Source directory: .
Installation directory: /rnd/homes/my/rdir/AIX/R-2.7.0
C compiler: xlc_r -q64 -qlanglvl=extc99 -O -qstrict
Fortran 77 compiler: xlf_r -q64 -g
C++ compiler: xlC_r -q64 -O -qstrict
Fortran 90/95 compiler: xlf95 -g
Obj-C compiler:
Interfaces supported: X11
External libraries:
Additional capabilities: iconv, MBCS, NLS
Options enabled: s...
2006 Nov 15
0
segfault in AIX
.../R/2.4.0p/src/src/library/grDevices/src/devPS.c
making devQuartz.d from
/scratch/royh/src/bio/R/2.4.0p/src/src/library/grDevices/src/devQuartz.c
making init.d from
/scratch/royh/src/bio/R/2.4.0p/src/src/library/grDevices/src/init.c
Target "Makedeps" is up to date.
xlc -qlanglvl=extc99 -I../../../../include -I../../../../include
-I../../../include -I/scratch/royh/src/bio/R/2.4.0p/src/src/include
-DHAVE_CONFIG_H -I/usr/local/include -O2 -c
/scratch/royh/src/bio/R/2.4.0p/src/src/library/grDevices/src/chull.c
-o chull.o
xlc -qlanglvl=extc99 -I../../../../include -I../...
2015 Jan 08
1
compile only samba file server components
...compiled.
using following steps to compile on AIX 6.1 with XLC.
unset LIBPATH
unset LD_LIBRARY_PATH
export InstallDir=/opt/samba
export OBJECT_MODE=64
export CC="/opt/IBM/xlC/13.1.0/bin/xlc_r -g"
export CXX="/opt/IBM/xlC/13.1.0/bin/xlC_r -g"
export CFLAGS="-qlanglvl=extc99 -q64 -I/usr/linux/include/
-I/root/samba-4.1.12/include/ -I/opt/freeware/include/python2.7/"
export CPPFLAGS="-qlanglvl=extc99 -q64 -I/usr/linux/include/
-I/root/samba-4.1.12/include/ -I/opt/freeware/include/python2.7/"
export CXXFLAGS="-qlanglvl=extc99 -q64 -I/usr/linux/inc...
2010 Jan 25
1
Help on R-2.10.1 installation on AIX5.3
...library/tools/R
mkdir ../../../library/tools/po
make[4]: Leaving directory `/rnd/homes/tmp/R-2.10.1/src/library/tools'
make[4]: Entering directory `/rnd/homes/tmp/R-2.10.1/src/library/tools'
make[5]: Entering directory `/rnd/homes/tmp/R-2.10.1/src/library/tools/src'
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/rnd/homes/libiconv/AIX/include -I/rnd/homes/libpng/AIX/include
-I/rnd/homes/libjpeg/AIX/include -I/rnd/homes/zlib/AIX/include
-I/usr/lpp/X11/include/X11 -O -qstrict -c text.c -o text.o
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/rnd/homes/libiconv/AIX/include...
2007 Feb 02
1
Problem installing R-2.4.1 on AIX 5.3
...nfigure .site=
#! /bin/sh
CC=xlc
F77=xlf
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXX=xlc
CXXFLAGS=' -g -O'
SHLIB_LDFLAGS=-W1, -G
MAKE=gmake
Configure ends successfully, but the make fails:
---cut
de -DHAVE_CONFIG_H -I/usr/local/include -g -c init.c -o init.o
xlc -qlanglvl=extc99 -Wl,-G -Wl,-G -Wl,-bexpall -Wl,-bnoentry -bshared -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o -lm
Error in solve.default(rgb) : lapack routines cannot be loaded
In addition: Warning message:
unable to load shared library '/cineca/prod/Bioinf/R-2.4.1/modules//lapac...
2014 Nov 14
10
[Bug 2315] New: OpenSSH 6.7p1 on AIX 7.1 compile issue
https://bugzilla.mindrot.org/show_bug.cgi?id=2315
Bug ID: 2315
Summary: OpenSSH 6.7p1 on AIX 7.1 compile issue
Product: Portable OpenSSH
Version: 6.7p1
Hardware: PPC
OS: AIX
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at
2008 Dec 18
1
Tip for removing -c99 when compiling with icc
Dear developeRs,
As of icc 10, the -c99 option is deprecated, and generates a lot of
warnings when compiling R or R packages.
If you use CC="icc -std=c99" instead of just CC="icc", R's configure
will not add the -c99 option, and the code seems to compile and run just
fine.
(Please don't hesitate to let me know if this is a bad idea. :-)
--
Regards,
Bj?rn-Helge
2008 Jul 04
5
Samba v2.2.12 NTLM versions?
Hi,
I am working on an old Unix system, UNIX SVR4 MP-RAS, running a Teradata database.
Due to the age of the system (notably the C compiler, which won't handle v3 source code), I have built Samba 2.2.12
I want to use this to share Unix directories out to XP clients as network drives, for read-write access, keeping the file ownership as strict unix users.
This all works fine, except for
2008 Jun 24
4
Problem Compiling 1.1.1 on AIX
Hi all,
We've been running Dovecot since December '07 with with no glitches.
It's a great solid piece of software, thanks so much Timo!!
I thought I'd try out 1.1.1, so I brought it down and tried compiling
it on AIX, using the IBM compiler, xlc. It's what I've used all along.
The error I'm seeing on the make is:
source='array.c'
2013 Jan 07
2
Samba 4 on AIX with XLC
Has anyone tried building Samba 4.0 on AIX with XLC?
I'm moving right along, but tripping up on some bugs in source3/utils/net_rpc.c, source3/utils/net_rpc_printer.c, and source3/utils/net_cache.c where there is an invalid use of the ":" operator. According to some other posts on the PostgreSQL forum, this shouldn't compile anywhere, even though GCC apparently allows it??
2010 May 11
1
Samba 3.5.2 compile on AIX
...her we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... -qlanglvl=extc89
checking for cc -qlanglvl=extc89 option to accept ISO C99...
-qlanglvl=extc99
checking how to run the C preprocessor... cc -qlanglvl=extc89
-qlanglvl=extc99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking...
2015 Feb 19
34
Call for testing: OpenSSH 6.8
Hi,
OpenSSH 6.8 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is