> Micah
> 
> For pgserver, all I have to do is look in the profile I'm using 
> (profile.helio).
> 
> How do I figure this out for the client library.
> 
> BTW, is the client library the same a cli_c?

Hi,

There is many port of the client library (C, C++, perl, python, ...).
You can check on PicoGUI web page to have the list.

I guess you use the C one and then for you, the client lib is cli_c.

TCP/IP is the default, if you want to change to unix sockets :

 * for the server
   $ make menuconfig
     -> Target System -> [*] Use UNIX sockets instead of TCP/IP

 * for the client (try ./configure --help)
   $ ./configure --enable-unix-sockets


-philippe


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to