Corrin Lakeland wrote:

> kCGErrorIllegalArgument : initCGDisplayState: cannot map display interlocks.
> kCGErrorIllegalArgument : CGSNewConnection cannot get connection port
> kCGErrorIllegalArgument : CGSNewConnection cannot get connection port
> kCGErrorInvalidConnection : CGSGetEventPort: Invalid connection

This is what you typically get when you try to start a quartz gui 
application while logged in via ssh. So your configure script starts a 
gui application which it certainly is not supposed to do.

<wild guess>
1. I would suspect some interference from /usr/local/bin, redefining 
some basic command like expr, exec or test to be a gui application.
What happens if you move /usr/local/bin out of your PATH, or better, 
/usr/local completely out of the way?
</guess>

Maybe running top while you do the installation locally will tell you 
which gui application is started.

-- 
Martin



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Got root? We do.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to