-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Cavin Graves wrote:
> Okay I'm installing fink again to /sw32... I just wanna make sure, when
> I do "fink install..." it will use *both* of them?
> 
> Alexander Hansen wrote:
> Cavin Graves wrote:
>   
>>>> That's right. I totally forgot about FF's Carbon issue with 64bit...
>>>> Hmm I can't seem to find how to switch the architecture so I could 
>>>> install the 32 bit version from google. Will you point me in the right 
>>>> direction?
>>>>
>>>>     
> 
> There's no "switch".  You need to bootstrap fink again in 32-bit mode.
> You don't necessarily have to remove your 64-bit version if you don't
> want to; just use a different tree (like, say /sw32)
> 
> 

It will pick whichever 'fink' is first in your PATH.  One way to deal
with this is to edit $HOME/.profile (assuming that's what's running your
Fink environment).  The default setup has something like

test -r /sw/bin/init.sh && . /sw/bin/init.sh

One option is to comment that out altogether:

# test -r /sw/bin/init.sh && . /sw/bin/init.sh

(or remove it)  and then run

. /sw/bin/init.sh

when you start a new terminal session if you want 64 bit Fink, or

. /sw32/bin/init.sh

if you want 32 bit Fink.  Or you can have the following in $HOME/.profile:

#test -r /sw/bin/init.sh && . /sw/bin/init.sh
test -r /sw32/bin/init.sh && . /sw32/bin/init.sh

for 32-bit Fink, and then when you want 64 bit, edit $HOME/.profile so
that it has

test -r /sw/bin/init.sh && . /sw/bin/init.sh
#test -r /sw32/bin/init.sh && . /sw32/bin/init.sh

and start a new terminal window.
- --
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr806AACgkQB8UpO3rKjQ9zvwCeJVzrKKuUEHtRLC6rs9EED82b
iT0AoIsRvvLDRrZrO25U6c/cZIDMzduD
=/4xT
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to