View Single Post
  #5  
Old 05-13-2012, 12:49 PM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: how to compile in window 7 (32bit)


Code:
Josan@Josan-PC ~
$ wget polarssl.org/code/releases/polarssl-1.0.0-gpl.tgz
--2012-05-13 20:42:28--  http://polarssl.org/code/releases/polarssl-1.0.0-gpl.tg
z
Resolving polarssl.org... 79.170.91.36
Connecting to polarssl.org|79.170.91.36|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 540204 (528K) [application/x-gzip]
Saving to: `polarssl-1.0.0-gpl.tgz.1'

100%[======================================>] 540,204      207K/s   in 2.6s

2012-05-13 20:42:32 (207 KB/s) - `polarssl-1.0.0-gpl.tgz.1' saved [540204/540204
]


Josan@Josan-PC ~
$ tar xf polarssl*
tar: polarssl-0.14.3-gpl.tgz: Not found in archive
tar: polarssl-0.14.3-gpl.tgz.1: Not found in archive
tar: polarssl-1.0.0-gpl.tgz: Not found in archive
tar: polarssl-1.0.0-gpl.tgz.1: Not found in archive
tar: Exiting with failure status due to previous errors

Josan@Josan-PC ~
$ cd polarssl*
sh: cd: polarssl-0.14.3-gpl.tar: Not a directory

Josan@Josan-PC ~
$ make CC=gcc APPS=
make: *** No targets specified and no makefile found.  Stop.

Josan@Josan-PC ~
$ make DESTDIR=/mingw install
make: *** No rule to make target `install'.  Stop.

Josan@Josan-PC ~
$ cd -
/usr

Josan@Josan-PC /usr
$
Reply With Quote