I just made my first attempt at building on an x86_64 version of
Fedora 9.  It died on the first file, and it appears from the compiler
options it's still trying to compile for the x86_32 architecture.
Does anybody have any ideas on what needs to get updated to allow
64-bit builds?

Here's the error I'm getting:

[EMAIL PROTECTED] oorexx]$ make
g++ -DHAVE_CONFIG_H -I.    -DORX_VER=4 -DORX_REL=0 -DORX_MOD=0
-DORX_FIX=0 -DORX_SYS_STR=\"LINUX\" -DORX_CATDIR=\"/opt/ooRexx/bin\"
-DORX_SHARED_LIBRARY_EXT=\".so\" -I./lib -I./api -I./api/platform/unix
-I./kernel/messages -I./kernel/platform/unix -I./rexxapi/unix -g -O2
-g -O2 -m32         -Wall         -funsigned-char
-Wpointer-arith         -Wcast-qual         -Wcast-align
-Wshadow         -Wwrite-strings         -D__cplusplus
-Wredundant-decls                              -DNOOPT
-DPTHREAD_KERNEL                  -D_POSIX_THREAD -D_REENTRANT
          -D_GNU_SOURCE               -DLINUX
-DOPSYS_LINUX -MT rexximage-rexximage.o -MD -MP -MF
.deps/rexximage-rexximage.Tpo -c -o rexximage-rexximage.o `test -f
'./platform/unix/rexximage.cpp' || echo
'./'`./platform/unix/rexximage.cpp
In file included from /usr/include/features.h:359,
                 from /usr/include/stdlib.h:25,
                 from ./api/platform/unix/rexxapitypes.h:45,
                 from ./api/rexx.h:65,
                 from ./platform/unix/rexximage.cpp:39:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make: *** [rexximage-rexximage.o] Error 1
[EMAIL PROTECTED] oorexx]$

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to