|
From: Andreas W. <And...@ag...> - 2006-03-09 14:38:15
|
Hi David,=20 the ceil function is normally in the math library. You should add it to the linker line in the proper makefile: $(COMPILE) -lm ... Hope it helps, Andreas -----Original Message----- From: wra...@li... = [mailto:wra...@li...] On Behalf Of = da...@sm... Sent: Donnerstag, 9. M=E4rz 2006 15:30 To: wra...@li... Subject: [Wrapper-user] SUSE 9 on 64bit zSeries machine I am wanting to deploy an app onto a 64bit zSeries IBM machine, running = SUSE 9. The standard build files expectedly don't work, and when I try to run = the build.sh, I get the following build errors. /tmp/ccgjLbxa.o(.text+0x4ce): In function = `wrapperStartPendingSignalled': : undefined reference to `ceil' /tmp/ccgjLbxa.o(.text+0x528): In function = `wrapperStartPendingSignalled': : undefined reference to `ceil' /tmp/ccgjLbxa.o(.text+0x5fa): In function `wrapperStopPendingSignalled': : undefined reference to `ceil' /tmp/ccgjLbxa.o(.text+0x50b6): In function `wrapperProtocolRead': : undefined reference to `ceil' /tmp/ccgjLbxa.o(.text+0x5144): In function `wrapperProtocolRead': : undefined reference to `ceil' I know that Leif, you don't have direct access to this kind of = architecture, but you can sign up for a 30 day free access (and not the = kind where you have to cancel your subscription or you are charged extortionately) at = http://www-03.ibm.com/servers/enable/site/testdrive/zseries/ This is the system I am currently trying to install against, to later = install onto a real local zSeries. Many thanks for any help anybody can provide, David Hayes ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting = language that extends applications into web and mobile media. Attend the = live webcast and join the prime developer group breaking into this new coding = territory! http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D= 121642 _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |