Subject: Re: ./autogen.sh on Windows
From: Frodo Looijaard (frodol@dds.nl)
Date: Tue Jun 19 2001 - 11:44:11 CDT
Andrew Dunbar wrote:
>
> I got curious and tried ./autogen.sh on cygwin/windows 2000 tonight.
> configure and friends all seemed to go okay but now I can't build a
> thing ): Worse, I have no idea how to put it back how it was...
> Have I changed the makefiles by doing this? Do I need to get things
> from CVS again? Do I just need to delete something?
>
> HELP (:
If you use GNU make, and if you configured in the source directory instead
of in a separate one, you now have a bunch of GNUmakefile's which will
be used instead of the normal Makefile's.
You can try `make realrealclean' or, if that does not work, you could
delete all the GNUmakefile's, for example like this (provided you have
find installed):
find . -name GNUmakefile -exec rm {} \;
By the way, what exactly does not work after an autoconf?
Good luck,
Frodo
-- Frodo Looijaard <frodol@dds.nl> PGP key and more: http://huizen.dds.nl/~frodol Defenestration n. (formal or joc.): The act of removing Windows from your computer in disgust, usually followed by the installation of Linux or some other Unix-like operating system.
This archive was generated by hypermail 2b25 : Tue Jun 19 2001 - 11:44:40 CDT