Jørgen Lysgaard <j.lysgaard@mail.dk> writes:
> Jeg vil gerne have en lille firewall, baseret på 2.4 kerne og med et
> rimeligt overblik over configuration af denne.
> Målet er at få den til at kører på en gammel 486 med "Disk on module"
> Jeg har fået kogt en "Linux From Scratch" ned til 16MB og nu skulle
> den så flyttes over på 486'eren, men det virker ikke da Glibc er
> configureret for i686
.
>
> I glibc INSTALL kan jeg læse:
>
> If you only specify `--host', configure will prepare for a native
> compile but use what you specify instead of guessing what your
> system is. This is most useful to change the CPU submodel. For
> example, if configure guesses your machine as `i586-pc-linux-gnu'
> but you want to compile a library for 386es, give
> `--host=i386-pc-linux-gnu' or just `--host=i386-linux' and add the
> appropriate compiler flags (`-mcpu=i386' will do the trick) to
> CFLAGS.
>
> Det der volder mig problemer er "CFLAGS" hvor, hvornår og hvordan
> tilføjer man dette compiler flag ?
$ CFLAGS='-mcpu=i386' ./configure --host=i386-linux
....
$ make
....
$ make install (eller lign)
--
Dennis
I too have always thought explanations were overkill when correcting peoples
mistake... A simple "that's wrong" has to suffice. I mean, people are always
aware why they are wrong... They just make mistakes to annoy you...