PLEX86  x86- Virtual Machine (VM) Program
 Plex86  |  CVS  |  Mailing List  |  Download  |  Linux  |  Newsgroups

Need help with cleaning up a working GNU Autotools setup 5062


Your Ad Here

Your Ad Here

KAddress Forgetting Data
Hi Guys, I am still sorting out the KAddress book problems I have had recently...

Dear oh dear!

Since I saw some agreement on the build directory this is most likely what the GNU guys told Sune:

Let's pretend we have an environment variable $RSD that points to the base directory rsd

1) Sune, since you already have been able to configure and compile your code you need to get read of the 'mess' as you call it by doing like so:

cd $RSD make distclean

2) Create the build directory

mkdir ..-build

3) Add the following into the Makefile.ams of the subdirectories:

Need help with cleaning up a working GNU Autotools setup 5063
I presume he's in the source). Well yes, that's what we-i told him to do. This is only a precompiler flag for where to look up includes. It doesn't...

AMCPPFLAGS = -I $(RSD)

(If it's not already there)

4) autoreconf cd ..-build ..-rsd-configure make

Now the autotols suite has been used as it is meant to.

And about the for i ..... hack suggested. In all honesty, why create a subshell and spawn-exit 80-100 make process? If cross compilation is utilized for say 5 architectures and the project is big I think doing like above and executing make 5 times instead of 500 times is to prefer.

About VPATH, locating source and distribute targets is different to me. So the paper makes sense, at least to me, in that respect.

Another link which gives a good picture of file releationships in the GNU Autotool suite is:

Friends? #8)

Olle



Your Ad Here

List | Previous | Next

Need help with cleaning up a working GNU Autotools setup 5063

Linux groups from Newsgroups

The #1 Usenet Provider on the Internet

Need help with cleaning up a working GNU Autotools setup 5061