Re: Generating Makefile.in's for specific target platforms (os, cpu)

2005-12-20 Thread BRM
Thanks - that works wonderfully for linux. I have another question, but I'll reserve that for another thread. Thanks, Ben --- Simon Richter <[EMAIL PROTECTED]> wrote: > Hello, > > BRM schrieb: > > > Version 1: http://tinyurl.com/bhp9v > > I've based my changes upon that one. These are in > (

Re: Generating Makefile.in's for specific target platforms (os, cpu)

2005-12-19 Thread Simon Richter
Hello, BRM schrieb: > Version 1: http://tinyurl.com/bhp9v I've based my changes upon that one. These are in (messed up due to line breaks) patch format, with comments in the middle. | --- hello_world_3.orig/arch/Makefile.am 2005-12-20 01:57:23.0 +0100 | +++ hello_world_3/arch/Makefile.a

Re: Generating Makefile.in's for specific target platforms (os, cpu)

2005-12-19 Thread BRM
I have put a snapshot of my test project at the following URL: Version 1: http://tinyurl.com/bhp9v Version 2: http://tinyurl.com/bafj6 Due to Yahoo's filename limitations, I had to add the 'gz' extension. Just drop off the '.gz' and decompress with tar/bzip2 or "tar -jxf". I corrected all the st

Re: Generating Makefile.in's for specific target platforms (os, cpu)

2005-12-19 Thread Simon Richter
Hi, BRM wrote: AC_CONFIG_FILES([Makefile os/Makefile os/${target_os}/Makefile arch/Makefile arch/${target_cpu}/Makefile]) Indeed, that will not work. These are configure time substitutions, however automake runs way before that, and there is no way it could know all the possible values. W

Re: Generating Makefile.in's for specific target platforms (os, cpu)

2005-12-15 Thread Keith MARSHALL
BRM wrote: > (I am limited to the version numbers below because MSYS won't > compile & pass certain important tests for a newer autoconf, so > I can't build a newer automake. Any how...) Eh??? Frode reported here: http://sourceforge.net/mailarchive/message.php?msg_id=13962147 that the current re

Generating Makefile.in's for specific target platforms (os, cpu)

2005-12-14 Thread BRM
Since no one else is chatting on the subject, I thought I would go ahead and give my thoughts - perhaps someone can see and correct them where they are flawed, especially since I am new to the whole autotool chainset. I have a project that will need to be built for different platforms (Windows, Un