Changes between Version 3 and Version 4 of howto/ShareArchives


Ignore:
Timestamp:
Jun 25, 2008, 6:21:09 PM (16 years ago)
Author:
alex.malinovich@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/ShareArchives

    v3 v4  
    4040'''WARNING!!! ''' Sharing archives between different architectures could, in theory, seriously '''b0rk''' your system! You have been warned!
    4141
    42 Now, here's the fun part. Say you have an ''i386'' machine and a ''powerpc'' machine. Chances are that the ''i386'' machine is a fair bit faster. But you can't share binaries between them... or can you? Thanks to the '''+universal''' variant, it's possible. Here's a good primer on [[wiki:howto/buildUniversal building universal binaries]].
     42Now, here's the fun part. Say you have an ''i386'' machine and a ''powerpc'' machine. Chances are that the ''i386'' machine is a fair bit faster. But you can't share binaries between them... or can you? Thanks to the '''+universal''' variant, it's possible. Here's a good primer on [wiki:howto/buildUniversal building universal binaries].
    4343
    4444Unfortunately, just doing this is not enough. The archive system still knows where the archive was built, so by default a ''powerpc'' system will not use an ''i386'' archive and vice versa. So what do we do? Well, we start with the simple steps. We'll be using the same example as above (''sqlite3'') going from a __source__ ''i386'' machine to a __target__ ''powerpc'' machine.