FreeBSD for developting cross plattform apps?

Joe Marcus Clarke marcus at marcuscom.com
Fri Jul 11 23:19:32 PDT 2003


On Fri, 2003-07-11 at 16:17, Martin Klaffenboeck wrote:
> Hello,
> 
> I'm trying to write an application for gnome2 including gtkmm.
> 
> Now, how must a autogen.sh script be written, so it works on different 
> plattforms?

Use the templates from devel/anjuta-devel as a guide.  They're the
official GNOME templates.

> 
> How can I make sure, autoconf257 instead of autoconf253 for example? 
> same for automake and libtool?

You'll have to either hack your autogen.sh to call these versions
explicitly, or do what another user did, and install the tools in a
special PREFIX and adjust your path accordingly.  The latter option
means you can leave your autogen.sh as-is.

> 
> Will the binary autoconf257 be named on other plattforms as the same 
> name?

No.  You should make sure it always says autoconf, automake, etc. for
porting to other platforms.

> 
> Because autoconf (binary) is for autoconf253.  What do I have to do 
> there?

Same as above.

Joe

> 
> Martin
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030712/a53a6ad3/attachment.bin


More information about the freebsd-gnome mailing list