Frederic,

The Makefiles for msec_find and promisc_check specify "486".  As Mandrake 
is targeted for 586 and above, shouldn't these be changed?  Below is the patch.

David

--- msec-0.34.3/src/promisc_check/Makefile      Thu Aug 29 14:50:06 2002
+++ msec-0.34.3.1/src/promisc_check/Makefile    Mon Sep  2 16:47:43 2002
@@ -2,7 +2,7 @@
  NAME=promisc_check

  CFLAGS = -ggdb -Wall -Wmissing-prototypes -Wmissing-declarations \
--Wpointer-arith -m486 -O2 -finline-functions -fkeep-inline-functions
+-Wpointer-arith -march=i586 -O2 -finline-functions -fkeep-inline-functions

  OBJ=promisc_check.o

--- msec-0.34.3/src/msec_find/Makefile  Thu Aug 29 14:50:06 2002
+++ msec-0.34.3.1/src/msec_find/Makefile        Mon Sep  2 16:47:43 2002
@@ -2,7 +2,7 @@
  NAME=msec_find

  CFLAGS = -ggdb -Wall -Wmissing-prototypes -Wmissing-declarations \
--Wpointer-arith -m486 -O2 -finline-functions -fkeep-inline-functions
+-Wpointer-arith -march=i586 -O2 -finline-functions -fkeep-inline-functions

  OBJ=find.o
  


Reply via email to