reopen 350595
thanks

Hi,
gerris still fails to build on m68k:

if /bin/sh ../libtool --silent --mode=compile m68k-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include
+-DG_LOG_DOMAIN=\"Gfs\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include    -DFTT_2D=1 -O2 -Wall
-Wall
+-Werror-implicit-function-declaration -Wmissing-prototypes
-Wmissing-declarations -pipe -MT libgfs2D_la-init.lo -MD
-MP -MF
+".deps/libgfs2D_la-init.Tpo" \
          -c -o libgfs2D_la-init.lo `test -f 'init.c' || echo './'`init.c; \
        then mv -f ".deps/libgfs2D_la-init.Tpo"
".deps/libgfs2D_la-init.Plo"; \
        else rm -f ".deps/libgfs2D_la-init.Tpo"; exit 1; \
        fi
init.c:28: error: '__FPU_MASK_DZ' undeclared here (not in a function)
make[4]: *** [libgfs2D_la-init.lo] Error 1

This might be due to __FPU_MASK_DZ not being defined for m68k, but
_FPU_MASK_DZ instead:

#define _FPU_MASK_DZ    0x0400#define _FPU_MASK_DZ 0x0400

Christian


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

Reply via email to