On Thu, 03 Nov 2005 20:58:32 +0000, Alastair McKinstry <[EMAIL PROTECTED]> said:
>   ELF_CC = $(CC)
> ELF_LINK = $(CC) $(LDFLAGS) -shared -Wl,-soname

The problem is that the build process is using:

/usr/bin/make -C build-tree/slang-2.0.4 CFLAGS="-g -O2 -fno-strength-reduce -D_R
EENTRANT -D_XOPEN_SOURCE=500" \
        MODULE_INSTALL_DIR=/usr/lib/slang/v2/modules RPATH= \
        install_doc_dir=/usr/share/doc/libslang2 all

instead of the value of the CFLAGS given by the configure scripts.  On
the alpha, -mieee should be added.

--John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to