nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: LINK_APP_INTO_SERVER in SA1100
From: Greg Haerr
Date: Sat, 21 Oct 2000 12:21:26 -0600

: when setting 'N' , error message was displayed " can not bind to named socket"

This means that GsOpenSocket failed, I suggest you put
some printf's in to see why.  Make sure that /tmp is writable
and exists, since the /tmp/.nano-X named socket is created there.



: 
: when setting 'Y', compiler didn't build nano-X* ...
: 
That should be fixed in 0.89pre3.  Are you running pre3?


: Could you explain about LINK_APP_INTO_SERVER in detail on SA1100 board?
: 

There's no difference for LINK_APP_INTO_SERVER for any
platforms.  One builds a client/server nano-X, the other binds
the client with a standalone server for each demo.  You can't
run more than one application if you set the LINK_ option.

Regards,

Greg



nanogui@linuxhacker.org