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

Roman Poeschl wrote:
| ^CInformation about 2986 packages read in 10878 seconds.
|
|     3dpong                   0.4-2              Pong clone
| i   a2ps                     4.12-4             Any to PostScript filter
| ...
|
| So, after hitting control-c fink starts to list the packages.

I think this may have something to do with your PATH.

Lots of stuff I want to know here:
printenv PATH
which cc
which touch
cc -v
which what
what /usr/bin/ld

I'm betting you have a cc or what or touch somewhere at the head of your
PATH that doesn't work.
export PATH="/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin"
or for tcsh
setenv PATH "/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin"

then try "fink list" again.

Have you installed a different cc (or what, ld, touch) somewhere (please
don't say /usr/bin.. please)?

I'm changing the fink code in VirtPackage.pm right now to make sure it
uses full paths.

Thanks,
Peter
- --
Peter O'Gorman - http://www.pogma.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/hfoVhJEqt987YAQRAmXDAJ9jgb404H8tg9vwC442gJa3+YdzeQCgmmHg
I10gvGp2h6QtZ0U1iWLIa2k=
=m5cT
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to