paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] looping makefile (Linux)


From: Asko Kauppi
Subject: [paragui-users] looping makefile (Linux)
Date: Wed, 7 Jul 2004 10:03:08 +0300


Compiling ParaGUI 1.1.7 on my Gentoo Linux works fine.

Doing the same on the latest (well, 050704 snapshot of) cvs sources causes an eternal loop of ./configure..

I did:
        ./autogen.sh
        ./configure
        make

..then the make starts a configure something, and _never_ really gets to the compiling...

Note: even 'make clean' does this:

        $make clean
        cd . && aclocal
        cd . && automake --foreign Makefile
        cd . && autoconf
        ...

Any hints, has anyone else seen this happen??

-ak






reply via email to

[Prev in Thread] Current Thread [Next in Thread]