On 2002.12.23 Gwenole Beauchesne wrote: >Hi, > >> So /lib/i686 is missing in the patch chosen for P4. >> After a symlink of i686 to mmx on the p4 box, it looks ok: > >Could you please disable inclusion of icc7 setup scripts?
They just add one dir to PATH and one to LD_LIBRARY_PATH. Removed. >echo $LD_ASSUME_KERNEL? >LD_SHOW_AUXV=1 /bin/true ? > P4 box: annwn:~> unset LD_LIBRARY_PATH annwn:~> env | grep LD_ annwn:~> LD_SHOW_AUXV=1 /bin/true AT_HWCAP: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm AT_PAGESZ: 4096 AT_CLKTCK: 100 AT_PHDR: 0x8048034 AT_PHENT: 32 AT_PHNUM: 6 AT_BASE: 0x40000000 AT_FLAGS: 0x0 AT_ENTRY: 0x8048920 AT_UID: 3001 AT_EUID: 3001 AT_GID: 3000 AT_EGID: 3000 AT_PLATFORM: PII box: werewolf:~> unset LD_LIBRARY_PATH werewolf:~> env | grep LD_ werewolf:~> LD_SHOW_AUXV=1 /bin/true AT_HWCAP: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr AT_PAGESZ: 4096 AT_CLKTCK: 100 AT_PHDR: 0x8048034 AT_PHENT: 32 AT_PHNUM: 6 AT_BASE: 0x15556000 AT_FLAGS: 0x0 AT_ENTRY: 0x8048920 AT_UID: 3001 AT_EUID: 3001 AT_GID: 3000 AT_EGID: 3000 AT_PLATFORM: i686 Mmm, AT_PLATFORM is missing for the p4. How is it guessed/read ? mmx present ? P4 /proc/cpuinfo (one of 4): processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) XEON(TM) CPU 1.80GHz stepping : 4 cpu MHz : 1784.295 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm bogomips : 3552.05 PII: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 5 model name : Pentium II (Deschutes) stepping : 2 cpu MHz : 400.912 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr bogomips : 799.53 -- J.A. Magallon <[EMAIL PROTECTED]> \ Software is like sex: werewolf.able.es \ It's better when it's free Mandrake Linux release 9.1 (Cooker) for i586 Linux 2.4.20-jam2 (gcc 3.2.1 (Mandrake Linux 9.1 3.2.1-2mdk))
