Am Mit, 24 Mai 2000 schrieb Ricardo Denis:
> hi,
>
> will an application that is writen for linux, say Netscape, run on any
> processor that is running linux?
Hi Ric,
binaries are architecture-specific, meaning a netscape compiled for the Intel
386 architecture will run on any Intel Processor up to the newest Pentium III,
and the compatible processors from other manufacturers. In this architecture,
the compiler can be told to compile with optimizations for a higher subset of
the processor family, say a 686. The resulting binary will not run on lesser
processors (or complain and core-dump), and it will (should) run faster on the
processor it was compiled for than the plain i386 binary.
This applies to the Linux kernel as well!
That's one thing source is for, compile it specifically adapted to your needs
by editing the makefile.
May the source be with you ;-)
Christoph
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs