On Wed, Mar 11, 2009 at 21:43, Dong Zhou <dongzho...@gmail.com> wrote: > I was suggested by someone at cURL mailing list to install libssh2 and > associated headers on AIX 5.3 to enable SFTP with curl 7.19.2. I downloaded > libssh2-1.0.tar.gz but had problems to compile with make (configure ran > fine), below is the error message: > > "Makefile", line 687: make: 1254-055 Dependency line needs colon or double > colon operator. > "Makefile", line 688: make: 1254-055 Dependency line needs colon or double > colon operator.
Hi, On AIX you will have to use GNU Make (the only real 'standard' for makefiles out there). On 5.3 this one will work fine: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/make/make-3.80-1.aix5.1.ppc.rpm (it'll work on aix 6.1 as well btw) -Tor ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel