bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GUILE 1.8.4 on AIX 6.1


From: Rainer Tammer
Subject: GUILE 1.8.4 on AIX 6.1
Date: Wed, 20 Feb 2008 15:40:31 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5

Hello,
one small addition...

The "-Dinline=__inline__" is no longer needed with IBM XL C/C++ 9.0.
I forgot to delete this from the configure script. The -qarch=auto is
needed. Without it the make check fails with a segfault.

PASS: test-conversion
./test-use-srfi[22]: 323820 Segmentation fault(coredump)
guile --use-srfi=1,10 fails to run


The gcc 4.2.2 build is working too.

The is the gcc 4.2.2 config for AIX 6.1:

#!/usr/bin/bash

export CONFIG_SHELL=/usr/bin/bash
export CONFIG_ENV_ARGS=/usr/bin/bash

export CC=gcc
export CXX=g++
export PATH=/opt/freeware/bin:$PATH
export LDFLAGS="-Wl,-brtl -L/opt/freeware/lib"
export CFLAGS="-D_USE_IRS -O2 -I/opt/freeware/include"

./configure --enable-dynamic-linking \
 --disable-error-on-warning \
 --prefix=/opt/freeware --enable-shared  --disable-static
gmake


Bye
  Rainer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]