-
1. Re: native-src in kit
clebert.suconic Jun 15, 2009 10:04 AM (in response to gaohoward)You probably need to install some extra stuff.
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta1/html/libaio.html#d0e8190
The Readme is taking the root of the trunk as the base, so, the directory would be ./trunk/native/src/.libs. But It doesn hurt to change it to ./src/.libs. -
2. Re: native-src in kit
gaohoward Jun 15, 2009 10:10 AM (in response to gaohoward)Hi Clebert, just want you to note that the native-src are built into the distro. is it intended?
-
3. Re: native-src in kit
clebert.suconic Jun 15, 2009 10:24 AM (in response to gaohoward)Say you have a Linux for some very unique platform.
(Say... an IBM Mainframe with Linux installed).
As we wrote on the doc, we only distribute Intel 32 and 64 bits and Itanium.
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta1/html/libaio.html
On that case all the user has to do is recompile the library for his platform, as we have native-src on the distribution for that. -
4. Re: native-src in kit
gaohoward Jun 15, 2009 10:55 AM (in response to gaohoward)for the build problem, it is because that I have libtool and libaio-dev missing. Once I installed them, the compile goes fine.