Hi Hendrik, > > Actually I prefer to keep all of them in case people cross-compile it > > unless you have an idea. Or is $host always the target architecture. > > $host is the platform that the code will run on. So yes, this will also work > for cross-compilation. > I test for LD because this is usually left out and you should use the wrong > one on cross-compilation. Just a careful approach to AC_CANONICAL_HOST.
lost you here. What do you mean? > > > I just assume that AC_PATH_GLIB is an old left-over. > > > > No. It is back in for the OpenOBEX GLib bindings, but it is optional. > > Ok. > What is the AC_PROG_CC_PIE for? It means position independent executable and is one of latest security features of GCC to make exploits more unlikely to succeed if the author of the software messes up. The same applies to _FORTIFY_SOURCE and others. Regards Marcel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
