Alexander Hansen wrote:

No, but I do get the system's "Welcome to Darwin!" message.  Here's my
.cshrc:

source /sw/bin/init.csh
if (! $?DISPLAY) then
   setenv DISPLAY :0.0
endif
alias ls "ls --color"
;xttitle ldx3.psfc.mit.edu
And this xttitle, it doesn't have a \n at the end or something? I would enclose this last line between "if ( $?prompt ) then" and "endif" so that it gets executed only by an interactive shell and not inside scripts. See if this doesn't make a difference.

If you look in the config.log file, do you see

configure:3927: checking for BSD-compatible nm
configure:3963: result: /usr/bin/nm

or (this is the suspicion) does it find a 2-line value for its NM variable?

--
Martin



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to