error with fink

macheld

Registered
I've an new imac and as longtime linux user I switched over to a mac due the unix based os.
The install of fink was not a problem. create the enviroment things. If I want to install a pakkage this is what happens
Welcome to Darwin!
[localhost:~] hw% sudo dselect
Password:
Error opening terminal: vt100.
[localhost:~] hw%
[localhost:~] hw%

Anybody??
 
I have just barely gotten past the stage of installing fink and Xdarwin so I am probably below you in experience. But is it possible you haven't edited the source thingy?

Quoted from Karavite (Thanks!)
Open a new Terminal window and type:
cd ~/
pico .cshrc

The text editor Pico will open in your terminal window.

Type this line:
source /sw/bin/init.csh
 
Yes I did make that file, if I type 'fink --help it works... look-->

[localhost:~] hw% fink selfupdate
sudo /sw/bin/fink selfupdate
rm -f LATEST-FINK
curl -L -O http://fink.sourceforge.net/LATEST-FINK
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed
100 7 100 7 0 0 18 0 0:00:00 0:00:00 0:00:00 0

You already have the package descriptions from the latest Fink point release.
(installed:0.3.2a available:0.3.2a)

So it seems that 'fink' is running
 
Back
Top