|
From: Leif M. <le...@ta...> - 2005-02-25 00:39:48
|
John,
That sounds like a simple include file problem. If you are
comfortable with giving me
access for a week or so then I can take a look at it for you. I have
wanted to play
around a bit with a 64-bit machine for a while anyway to try and figure
out a way to
distinguish between the 32-bit versions in the build. The HPUX64 build
currently
requires that a 64-bit property be manually passed to ant to get it to
work correctly.
It would be nice to be able to avoid that on Linux as well.
As everyone can tell from my recent absence from the list, life has
been busy lately.
Hopefully that will change soon. <:-) But send me the connection info
to my address
directly and I'll take a look at it over the next week.
Cheers,
Leif
mai...@st... wrote:
>Hello Leif Mortenson,
>
>I have tried building this wrapper for a64 without much luck. It starts up
>fine and finds ANT and JAVA_HOME but then it fails. I have tried with jvm
>1.4.3 as well as 1.5. I've tried building it as user as well as root with
>the source in /usr/src.
>
>The error I get:
>Wrapper Build System
>--------------------
>Buildfile: build.xml
>
>init:
>OS='Linux'
>
>update-info:
>Copying 1 file to
>/usr/src/wrapper_3.1.2_src/src/java/org/tanukisoftware/wrapper
>Copying 1 file to /usr/src/wrapper_3.1.2_src/src/c
>
>compile-java:
>Compiling 1 source file to /usr/src/wrapper_3.1.2_src/build/classes
>
>compile-jni:
>ClassArgument.name=org.tanukisoftware.wrapper.WrapperManager
>
>compile-c-unix:
>if test ! -d .deps; then mkdir .deps; fi
>gcc -O3 -Wall --pedantic -pthread -DUSE_NANOSLEEP wrapper.c wrapperinfo.c
>wrappereventloop.c wrapper_unix.c property.c logger.c -o ../../bin/wrapper
>/tmp/cces7BCe.o(.text+0x2f33): In function `wrapperStopPendingSignalled':
>: undefined reference to `ceil'
>/tmp/cces7BCe.o(.text+0x3064): In function `wrapperStartPendingSignalled':
>: undefined reference to `ceil'
>collect2: ld returned 1 exit status
>make: *** [wrapper] Error 1
>
>BUILD FAILED
>/usr/src/wrapper_3.1.2_src/build.xml:328: exec returned: 2
>
>Total time: 5 seconds
>
>Any suggestions? I currently don't have any production sites on this
>server, could give you access if you want to give it a try.
>
>Thanks!
>
>John
>
>
|