[AWS] AWS on Mac OS X
Pascal Obry
pascal at obry.net
Mon Oct 22 21:42:47 CEST 2007
John,
> Recently, I've been successfully building AWS on Mac OS X 10.4.10
> (ppc), using GNAT 4.3 for Mac <http://www.macada.org/>. Several
> correspondents have suggested describing the results on this list. I
> note only two anomalies:
Thanks a lot for letting us know about this.
> For reference, here are my current diffs:
cut ... cut
> Index: ssl/makefile
> ===================================================================
> --- ssl/makefile (revision 118506)
> +++ ssl/makefile (working copy)
> @@ -35,6 +35,7 @@
> SSL_PATH2 := $(shell ls /lib/libcrypto.a 2> /dev/null)
> SSL_PATH3 := $(shell ls /usr/lib/libcrypto.so 2> /dev/null)
> SSL_PATH4 := $(shell ls /lib/libcrypto.so 2> /dev/null)
> +SSL_PATH5 := $(shell ls /usr/lib/libcrypto.dylib 2> /dev/null)
> endif
> SSL_PATH = $(SSL_PATH1)
> @@ -48,6 +49,9 @@
> ifeq (${SSL_PATH},)
> SSL_PATH = $(SSL_PATH4)
> endif
> +ifeq (${SSL_PATH},)
> + SSL_PATH = $(SSL_PATH5)
> +endif
> build:
> $(GNAT) make -Pssl -XSOCKET=${SOCKET} \
I have just integrated this chunk.
Thanks.
Pascal.
--
--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595
More information about the AWS
mailing list