Peter O'Gorman wrote:

-----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-----

Hi Peter,

sorry, for replying so late. I was absent and hadn't access to my mail (Or better to the computer on which the problem is).

Ok, here we go

printenv PATH
/sw/bin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/bin:/usr/X11R6/bin:/usr/local/bin

which cc
/sw/bin/cc

which touch
/sw/bin/touch

cc -v
???? (Nothing happens)

which what
/sw/bin/what (after copying from /usr/bin/what before there was no 'what' in /sw/bin/what)


what /usr/bin/ld
/usr/bin/ld
LIBRARY:ld PROJECT:cctools-446.1.obj~1 DEVELOPER:root BUILT:Wed Nov 20 13:55:41 PST 2002



Does this help you to analyze my problem ???


Thanks a lot once more for your help.

Cheers,

Roman



-------------------------------------------------------
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