On Mon, 12 Jan 2004, Pablo Manalastas wrote: > Quoting "Winelfred G. Pasamba" <[EMAIL PROTECTED]>: > > > we have .o files (source code not included) from a redhat 6.1 system > > that > > we want to link to in the redhat9 current system > > There is an incompatibility between the old binary formats > produced by the gcc-2.* that comes with RH6.1, and the > new binary formats produced by the gcc-3.* that is shipped > with RH9. Your best bet is to get the original source files > and recompile.
If you can't link, compile everything on RH6.1 and link statically. This will bring in everything (it may be a big binary), but that binary you can carry around to any distro and be sure it will run. > > P~Manalastas > -- > Philippine Linux Users' Group (PLUG) Mailing List > [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) > Official Website: http://plug.linux.org.ph > Searchable Archives: http://marc.free.net.ph > . > To leave, go to http://lists.q-linux.com/mailman/listinfo/plug > . > Are you a Linux newbie? To join the newbie list, go to > http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie > > -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
