[AWS] Compiling AWS clients on OS X 10.2.8

BenjaminC.Place BenjaminC.Place
Wed, 19 Nov 2003 02:36:32 -0500


On Monday, November 17, 2003, at 01:03  PM, Pascal Obry wrote:

> You should first build and *install* AWS:
>
>     $ make build
>     $ make install
>
> Then use the installation diretory to build your application. libaws.a 
> is
> built at installation stage.

Ah, of course. <smacks forehead> I'd totally overlooked the 
installation directory, focusing on the build directory. My code builds 
now.

Thanks,
Ben