Rodolfo Medina wrote:

> in order to install w3m in my system (Mandrake 10.1 Community)
> I'm trying to install the package openssl-0.9.7e.tar.gz, with:
> $ ./config
> $ make
> $ make test
> $ make install
> as suggested in the install file,
> but during the '$ make' step the following message went on appearing:
> 
>   `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
> 
> What is it?
> Can anyone suggest how to fix that?



Mikkel L. Ellertson wrote:

> Now, about the warning, you can ether ignore it, or edit the make file, 
> and replave the -mcpu=<procesor> option with -march=i386 in every place 
> it show up.



Thanks. That's what I did:

$ tar xzvf openssl-0.9.7e.tar.gz
# emacs openssl-0.9.7e/Configure

, and replaced every occurrence of `-mcpu' with `-march';

$ cd openssl-0.9.7e
$ ./config
$ make
$ make test
# make install

, and everything seems to have gone well.

Rodolfo



____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to