

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
22 messages in net.java.dev.jna.usersRe: [jna-users] JNA & Solaris 8| From | Sent On | Attachments |
|---|---|---|
| Corey Puffalt | Jul 31, 2008 4:40 pm | |
| Timothy Wall | Jul 31, 2008 6:53 pm | |
| Corey Puffalt | Aug 1, 2008 8:53 am | |
| Timothy Wall | Aug 1, 2008 9:48 am | |
| Corey Puffalt | Aug 1, 2008 11:54 am | |
| Timothy Wall | Aug 1, 2008 12:52 pm | |
| Corey Puffalt | Aug 1, 2008 1:17 pm | |
| Timothy Wall | Aug 1, 2008 1:29 pm | |
| Corey Puffalt | Aug 1, 2008 2:07 pm | |
| Corey Puffalt | Aug 1, 2008 2:37 pm | |
| Corey Puffalt | Aug 1, 2008 2:47 pm | |
| Corey Puffalt | Aug 1, 2008 3:00 pm | |
| Timothy Wall | Aug 1, 2008 4:13 pm | |
| Corey Puffalt | Aug 1, 2008 4:22 pm | |
| Timothy Wall | Aug 5, 2008 10:56 am | |
| Dan Rollo | Aug 6, 2008 12:45 am | |
| Corey Puffalt | Aug 6, 2008 8:12 am | |
| Timothy Wall | Aug 6, 2008 8:47 am | |
| Corey Puffalt | Aug 6, 2008 11:18 am | |
| Timothy Wall | Aug 6, 2008 12:17 pm | |
| Corey Puffalt | Aug 7, 2008 1:20 pm | .log |
| Timothy Wall | Aug 7, 2008 2:26 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [jna-users] JNA & Solaris 8 | Actions... |
|---|---|---|
| From: | Corey Puffalt (cpli...@gmail.com) | |
| Date: | Aug 1, 2008 8:53:27 am | |
| List: | net.java.dev.jna.users | |
Timothy,
On Thu, Jul 31, 2008 at 7:54 PM, Timothy Wall <twal...@dev.java.net>wrote:
On Jul 31, 2008, at 7:40 PM, Corey Puffalt wrote:
All...
I'm having problems getting JNA to work on Solaris 8 and note that in a recent thread someone was able to build and get it working. So far I haven't been able to successfully build JNA on Solaris 8 and I'm wondering if some kind soul could send me a pre-built version of JNA. I don't suppose the official version of JNA will ever support Solaris 8 out of the box?
It would if we had a solaris 8 build machine available with the standard GNU toolchain installed.
What issues have you run into trying to build?
When using ant to perform the build (after hacking the paths to the compiler and ggrep and a couple others), I get the following (this is presumably an issue with my setup):
$ ant clean dist Buildfile: build.xml
-dynamic-properties: [echo] Java version: 1.6.0_06, compatibility: 1.4 [echo] JNA version 3.0.5, native API version 3.0.4
clean:
-dynamic-properties: [echo] Java version: 1.6.0_06, compatibility: 1.4 [echo] JNA version 3.0.5, native API version 3.0.4 [mkdir] Created dir: /home/corey/jnarchive/jna-src/jna/jnalib/build [mkdir] Created dir: /home/corey/jnarchive/jna-src/jna/jnalib/build/native [mkdir] Created dir: /home/corey/jnarchive/jna-src/jna/jnalib/build/classes [mkdir] Created dir: /home/corey/jnarchive/jna-src/jna/jnalib/build/test-classes [mkdir] Created dir: /home/corey/jnarchive/jna-src/jna/jnalib/build/reports
-setup:
compile: [javac] Compiling 76 source files to /home/corey/jnarchive/jna-src/jna/jnalib/build/classes [javac] /home/corey/jnarchive/jna-src/jna/jnalib/src/com/sun/jna/Native.java:481: warning: [deprecation] decode(java.lang.String) in java.net.URLDecoder has been deprecated [javac] lib = new File(URLDecoder.decode(url.getPath())); [javac] ^ [javac] /home/corey/jnarchive/jna-src/jna/jnalib/src/com/sun/jna/examples/WindowUtils.java:947: warning: [deprecation] getPeer() in java.awt.Component has been deprecated [javac] Object peer = w.getPeer(); [javac] ^ [javac] 2 warnings
javah:
-native-api-check:
:rsrc:
rsrc:
native: [exec] Configuring libffi (sparc) [exec] checking build system type... sparc-sun-solaris2.8 [exec] checking host system type... sparc-sun-solaris2.8 [exec] checking target system type... sparc-sun-solaris2.8 [exec] checking for a BSD-compatible install... /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c [exec] checking whether build environment is sane... yes [exec] checking for gawk... no [exec] checking for mawk... no [exec] checking for nawk... nawk [exec] checking whether make sets $(MAKE)... yes [exec] checking for gcc... gcc [exec] configure: error: C compiler cannot create executables [exec] See `config.log' for more details. [exec] make: *** [/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi/.libs/libffi_convenience.a] Error 77 [exec] checking for C compiler default output file name...
BUILD FAILED /home/corey/jnarchive/jna-src/jna/jnalib/build.xml:337: exec returned: 2
Total time: 46 seconds
The strange thing is that things progress somewhat further if I cd to the "native" directory and run make directly. In the end though the build fails:
$ make Configuring libffi (sparc) checking build system type... sparc-sun-solaris2.8 checking host system type... sparc-sun-solaris2.8 checking target system type... sparc-sun-solaris2.8 checking for a BSD-compatible install... /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking for a sed that does not truncate output... /usr/xpg4/bin/sed checking for egrep... egrep checking for fgrep... fgrep checking for ld used by gcc... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm -p checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/ccs/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... false checking for strip... : checking for ranlib... : checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... solaris2.8 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether to enable maintainer-specific portions of Makefiles... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for ANSI C header files... (cached) yes checking for memcpy... yes checking for working alloca.h... yes checking for alloca... yes checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking whether byte ordering is bigendian... yes checking assembler .cfi pseudo-op support... no checking assembler and linker support unaligned pc related relocs... no checking assembler .register pseudo-op support... yes checking whether .eh_frame section should be read-only... no checking for __attribute__((visibility("hidden")))... no configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/ffi.h config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating fficonfig.h config.status: linking /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/sparc/ffitarget.h to include/ffitarget.h config.status: executing default-1 commands Adding multilib support to Makefile in /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi with_multisubdir= config.status: executing depfiles commands config.status: executing libtool commands config.status: executing include commands config.status: executing src commands make -C ../build/native/libffi make[1]: Entering directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi' make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c" "INSTALL_DATA=/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c -m 644" "INSTALL_PROGRAM=/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c" "INSTALL_SCRIPT=/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/bash" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=false" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/ccs/bin/ld" "NM=/usr/ccs/bin/nm -p" "RANLIB=:" "DESTDIR=" all-recursive make[2]: Entering directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi' true "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c" "INSTALL_DATA=/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c -m 644" "INSTALL_PROGRAM=/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c" "INSTALL_SCRIPT=/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/install-sh -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/bash" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=false" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/ccs/bin/ld" "NM=/usr/ccs/bin/nm -p" "RANLIB=:" "DESTDIR=" DO=all multi-do # make Making all in include cat: cannot open /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/../gcc/BASE-VER make[3]: Entering directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi/include' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi/include' Making all in testsuite make[3]: Entering directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi/testsuite' make[3]: Entering directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi' depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/debug.lo -MD -MP -MF "$depbase.Tpo" -c -o src/debug.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/debug.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/debug.c -fPIC -DPIC -o src/.libs/debug.o depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/prep_cif.lo -MD -MP -MF "$depbase.Tpo" -c -o src/prep_cif.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/prep_cif.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/types.lo -MD -MP -MF "$depbase.Tpo" -c -o src/types.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/types.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/types.c -fPIC -DPIC -o src/.libs/types.o depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/raw_api.lo -MD -MP -MF "$depbase.Tpo" -c -o src/raw_api.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/raw_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/java_raw_api.lo -MD -MP -MF "$depbase.Tpo" -c -o src/java_raw_api.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/java_raw_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/closures.lo -MD -MP -MF "$depbase.Tpo" -c -o src/closures.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/closures.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/closures.c -fPIC -DPIC -o src/.libs/closures.o depbase=`echo src/sparc/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/sparc/ffi.lo -MD -MP -MF "$depbase.Tpo" -c -o src/sparc/ffi.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/sparc/ffi.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi -I. -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -Wall -g -fexceptions -MT src/sparc/ffi.lo -MD -MP -MF src/sparc/.deps/ffi.Tpo -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/sparc/ffi.c -fPIC -DPIC -o src/sparc/.libs/ffi.o /bin/bash ./libtool --mode=compile gcc -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -c -o src/sparc/v8.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/sparc/v8.S libtool: compile: gcc -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/sparc/v8.S -fPIC -DPIC -o src/sparc/.libs/v8.o /bin/bash ./libtool --mode=compile gcc -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -c -o src/sparc/v9.lo /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/sparc/v9.S libtool: compile: gcc -I. -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/include -Iinclude -I/home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src -c /home/corey/jnarchive/jna-src/jna/jnalib/native/libffi/src/sparc/v9.S -fPIC -DPIC -o src/sparc/.libs/v9.o /bin/bash ./libtool --tag=CC --mode=link gcc -Wall -g -fexceptions -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/sparc/ffi.lo src/sparc/v8.lo src/sparc/v9.lo libtool: link: false cru .libs/libffi_convenience.a src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/sparc/.libs/ffi.o src/sparc/.libs/v8.o src/sparc/.libs/v9.o make[3]: *** [libffi_convenience.la] Error 1 make[3]: Leaving directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/corey/jnarchive/jna-src/jna/jnalib/build/native/libffi' make: *** [../build/native/libffi/.libs/libffi_convenience.a] Error 2
Any ideas what's going wrong?
Thanks, Corey








.log