classpathx-discuss
[Top][All Lists]
Advanced

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

[Classpathx-discuss] automakejar w/ cygwin. was: Finally! Crypto make b


From: Raif S. Naffah
Subject: [Classpathx-discuss] automakejar w/ cygwin. was: Finally! Crypto make build
Date: Thu, 25 Apr 2002 18:00:07 +1000

hello Nic,

>
> You can build it by doing the following:
>
>
>   $ autoconf
>   $ aclocal
>   $ ./automakejar Makefile.in
>   $ ./configure
>   $ make

this breaks at step #3 with the output:

-----
$ ./automakejar Makefile.in
Making Makefile.in from ./Makefile.aj
creating the target: gnucrypto
creating the target: gnucrypto-test
mv: cannot stat `Makefile.in.': No such file or directory
-----

on my cygwin installation --CYGWIN_NT-5.0 xxx 1.3.10(0.51/3/2) 2002-02-25
11:14 i686 unknown-- i have the following versions of autoconf and automake:

-----
$ autoconf --version
autoconf (GNU Autoconf) 2.53
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ automake --version
automake (GNU automake) 1.6
Written by Tom Tromey <address@hidden>.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-----

cheers;
rsn

----- Original Message -----
From: "Nic Ferrier" <address@hidden>
To: <address@hidden>
Sent: Wednesday, April 17, 2002 8:54 PM
Subject: [Classpathx-discuss] Finally! Crypto make build


> Apologies to everyone who helped with crypto stuff. You've been waiting
> for me to release it and I haven't because we didn't have a GNU
> build.
>
>
> I now have an answer to the build problem. It's a shell script called
> automakejar and it should work on a CYGWIN system (or anything with
> sh, sed and make so the UnxUtils should work as well).
>
> I have put a tar of my current crypto module on the classpathx ftp
> directory:
>
>   ftp://ftp.gnu.org/gnu/classpathx/crypto-build-demo.tar.gz
>
> You can build it by doing the following:
>
>
>   $ autoconf
>   $ aclocal
>   $ ./automakejar Makefile.in
>   $ ./configure
>   $ make
>
> You will need autoconf 2.52 because previous versions do not support
> the inclusion of local macros in the same way.
>
>
> I'm sure this could be done with automake, however there are some
> problems with automake. It is not as easy to get the new and old
> versions of automake running on the same system as it is to do the
> same with autoconf (I have 2.13 and 2.52 on this box quite happily
> but can only run automake 1.15).
>
> And with automake one tends to produce something that doesn't do
> dependancies in the same nice way that automakejar does.
>
>
> I hope that automakejar will eventually disappear and that we'll get
> the functionality that it supports into automake (by extending
> automake if we have to).
>
> But for now it seems to me that automakejar is a pretty neat solution.
>
> What do you think? Should I check these changes in?
>
>
> Nic
>
> PS if you're interested, you can get UnxUtils here:
>   http://unxutils.sourceforge.net/
>
>
>
> _______________________________________________
> Classpathx-discuss mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/classpathx-discuss
>




reply via email to

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