Re: [Fink-beginners] Error with bootstrap.sh

2002-10-22 Thread Martin Costabel
Don Chumsai wrote: [] ld: Undefined symbols: ___eprintf Last time this happened, the guy had a copy of libgcc.dylib from some other project sitting in /usr/local/lib. If it's the same for you, move it out of the way while you are building fink things. Details: ___eprintf is defined in /usr/l

Re: [Fink-beginners] Darwin Error

2002-10-22 Thread Individual . .
On Wednesday, Oct 23, 2002, at 01:30 America/Santiago, [EMAIL PROTECTED] wrote: Hey guys after doing a 'sudo rm -rf /sw' So you deleted everything under /sw.. Last login: Tue Oct 22 21:23:43 on console Welcome to Darwin! /sw/bin/init.csh: No such file or directory. <--- problem [SA-

[Fink-beginners] Darwin Error

2002-10-22 Thread [EMAIL PROTECTED]
Hey guys after doing a 'sudo rm -rf /sw' after running the bootstrap and being unhappy with my results I get this error whenever I startup darwin... Last login: Tue Oct 22 21:23:43 on console Welcome to Darwin! /sw/bin/init.csh: No such file or directory. <--- problem [SA-Mar47-187:~] brendanm% N

[Fink-beginners] Error with bootstrap.sh

2002-10-22 Thread Don Chumsai
I'm running 10.2 Server on a Powerbook. The script starts up fine, and initiates the first stage curl all the various files/libraries, but then it crashes on the 'Bootstrap Phase Two' on the compile of gettext: gcc -g -O2 -o .libs/gettext gettext.o -L/sw/src/gettext-0.10.40-3/gettext-0.10.40/in

Re: [Fink-beginners] Fink Uninstall?

2002-10-22 Thread Victor Eijkhout
At 11:40 -0700 2002/10/22, [EMAIL PROTECTED] wrote: This is because I installed the first version under 10.1 and now I am running 10.2.1. Wimp :-) I've been updating fink since 10.0.3. -- Victor Eijkhout <[EMAIL PROTECTED]> tel: 865 974 9308 (W), 865 673 6998 (H), 865 974 8296 (F) http://www.c

Re: [Fink-beginners] Fink bootstrap for Jaguar

2002-10-22 Thread Charly Avital
At 1:53 PM -0400 10/22/02, Alexander Hansen wrote: >If you set up a .cshrc file like the instructions said (with 'source >/sw/bin/init.csh) then all you need to do is open a new Terminal window >to make sure that init.csh gets read, and proceed using that window. > [...] Alexander, that one did i

Re: [Fink-beginners] Fink Uninstall?

2002-10-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, October 22, 2002, at 03:04 PM, Alexander Hansen wrote: Are you sure you want to uninstall? The upgrade from 10.1 -> 10.2 is pretty easy (http://fink.sourceforge.net/news/jaguar.php). If you do want to uninstall and install from scratch

Re: [Fink-beginners] Fink Uninstall?

2002-10-22 Thread Alexander Hansen
Are you sure you want to uninstall? The upgrade from 10.1 -> 10.2 is pretty easy (http://fink.sourceforge.net/news/jaguar.php). If you do want to uninstall and install from scratch (http://fink.sourceforge.net/news/jag-bootstrap.php), it's not too hard, either: sudo rm -rf /sw and, if you have

RE: [Fink-beginners] Fink Uninstall?

2002-10-22 Thread daniel
You can throw the enitre /sw folder away which will delete all fink related items. X11 resides in two directories which I can't remember the locate of off of the top of my head. I think /etc/X11 and in /usr, but I can't remember for sure. Dan [EMAIL PROTECTED] ---

Re: [Fink-beginners] Fink bootstrap for Jaguar

2002-10-22 Thread Noam Sturmwind
> Someone else whom I was trying to help with this problem reported that it > was caused by not having the BSD SDK from the Apple Developer Tools > installed. Apparently, you need to run the Developer Tools install, select > the Custom Install option, and make sure that the BSD SDK package is be

Re: [Fink-beginners] Fink bootstrap for Jaguar

2002-10-22 Thread Noam Sturmwind
> I have followed, step by step, all the instructions detailed in: > , > > but when I try fink selfupdate-cvs > I get: > fink: Command not found. > > I am running 10.2.1. Someone else whom I was trying to help with this problem reported that it

[Fink-beginners] Fink Uninstall?

2002-10-22 Thread [EMAIL PROTECTED]
Hey guys, as a complete newbie, I would feel more comfortable with uninstalling the my current version of fink and installing the new version, rather than trying to update it. This is because I installed the first version under 10.1 and now I am running 10.2.1. So my question basically is this, is

RE: [Fink-beginners] Fink bootstrap for Jaguar

2002-10-22 Thread Alexander Hansen
Good point. If starting a new Terminal window doesn't work, check and see if you have a .tcshrc ('ls -a' in your home directory). If you do, then you should be able to put the "source..." line there. On Tue, 2002-10-22 at 15:13, Laine Lee wrote: > Also, if you have created a .tchsrc file, then b

Re: [Fink-beginners] Fink bootstrap for Jaguar

2002-10-22 Thread Tim Conkling
on 10/22/02 2:13 PM, Laine Lee at [EMAIL PROTECTED] reportedly stated: > Also, if you have created a .tchsrc file, then by default your .cshrc file > is ignored. If you're running Codewarrior Pro 8, you probably have a .tcshrc file because CW creates one automatically. This tripped me up for a li

RE: [Fink-beginners] Fink bootstrap for Jaguar

2002-10-22 Thread Laine Lee
Also, if you have created a .tchsrc file, then by default your .cshrc file is ignored. > -- > From: Alexander Hansen > Sent: Tuesday, October 22, 2002 12:53 PM > To: Charly Avital > Cc: [EMAIL PROTECTED] > Subject: Re: [Fink-beginners] Fink bootstrap for Jaguar >

Re: [Fink-beginners] Fink bootstrap for Jaguar

2002-10-22 Thread Alexander Hansen
If you set up a .cshrc file like the instructions said (with 'source /sw/bin/init.csh) then all you need to do is open a new Terminal window to make sure that init.csh gets read, and proceed using that window. On Tue, 2002-10-22 at 13:42, Charly Avital wrote: > Hi, > > I have followed, step by st

[Fink-beginners] Fink bootstrap for Jaguar

2002-10-22 Thread Charly Avital
Hi, I have followed, step by step, all the instructions detailed in: , but when I try fink selfupdate-cvs I get: fink: Command not found. I am running 10.2.1. The finder shows a sw directory that seems to include all the right folders. Have t

Re: [Fink-beginners] dlcompat uncompress error

2002-10-22 Thread Alexander Hansen
Can you send the whole of your output from 'fink install dlcompat' (or whatever you are using). I have an idea of what the problem might be, but I need to see what your output is to verify it. Also, what OS and fink versions ('fink --version') are you using? On Tue, 2002-10-22 at 07:42, Umberto

Re: [Fink-beginners] GRASS

2002-10-22 Thread Alexander Hansen
>From what I've heard it doesn't yet build on 10.2. On Tue, 2002-10-22 at 04:01, Jean-Pierre Gattuso wrote: > I have emailed the package maintainer of GRASS twice and did not get a reply. > > Any advice from the list to install GRASS on 10.2 would be most welcome! > > > -- > Jean-Pierre Gattu

Re: [Fink-beginners] PATH problems and X Windows

2002-10-22 Thread Daniel Timoldi
Stefano, Thanks for the help. As it turns out, the changes you selected had no effect, and I was setup fine the first time except for the "TERM_PROGRAM: Undefined variable" problem. Thanks for that. The solution was nothing more that trashing my .xinitrc file and coping a new one into place u

[Fink-beginners] dlcompat uncompress error

2002-10-22 Thread Umberto Iemma
I'm trying to install the dlcompat library, but what I get is the "file is not in gzip format" error. What's wrong ? Umberto --- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(