Re: [newbie] Problem with openssl installation [solved]

2005-03-25 Thread Rodolfo Medina
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



[newbie] Problem with openssl installation

2005-03-15 Thread [EMAIL PROTECTED]
Hi, listers:

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?

Thanks,
Rodolfo





6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it




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



Re: [newbie] Problem with openssl installation

2005-03-15 Thread Mikkel L. Ellertson
[EMAIL PROTECTED] wrote:
Hi, listers:
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?
Thanks,
Rodolfo

Is there a reasion you need openssl-0.9.7e instead of openssl-0.9.7d 
that is available in a RPM? (openssl-0.9.7d-1.1.101mdk) If you are 
trying to compile another package that needs the the ssl libraries, then 
you would need to install the libopenssl0.9.7-devel package. If you need 
the e version, you may want to download the source RPM for the current 
version, and build your own RPM of the new version.

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.

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

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