Follow-up Comment #2, patch #5757 (project mldonkey):

patch has problems with CFLAGS
so e.g.

export CFLAGS="-march=i586 -O2"
./configure
make mlnet

fails with:

./configure 'CFLAGS=-O2 -march=i586'
configure: error: unrecognized option: -march=i586
Try `./configure --help' for more information.
make: *** [config/Makefile.config] Fehler 1

export CFLAGS="-march-i586"
works

export CFLAGS="-O2 -march-i586"
fails with:
configure: error: unrecognized option: -O2

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5757>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Mldonkey-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-users

Reply via email to