I would like to use AWS to compliment my command line interface and I
am running into a road block. I've got aws-2.3.0 and with the help of
Cygwin (gnat 4.1.3 on win2k) and some .gpr editing I was able to make-
setup-build the project and run the demos - fine. My next step was to
do a simple test using *my* project, basically the hello world demo.
So everything compiles fine, but when I get to the linker step, I get
the error "c:\gnat\2007..\4.1.3\ld.exe cannot find -lz" Now GNAT is
still pretty new to me, the manner in which I incor****ated AWS into my
project was to include the line "limited with "C:\Ada\AWS-
gpl-2.3.0\aws.gpr";" in my local .gpr file, but perhaps I've lost the
plot trying to integrate the AWS project into my own?