> Hi all, > > When i run the script below, i get an error message > > CC=arm-linux-gcc LD=arm-linux-ld NM=arm-linux-nm AR=arm-linux-ar \ > RANLIB=arm-linux-ranlib ./configure --host=arm-linux > > >>configure: error: cannot link a test picogui program.
I guess this occure when configuring cli_c If you have a look in the configure.in file, you will see that this error occure when configure cannot find <picogui/network.h> This is due while the picogui includes are provided by the server. You have to compile the server before the client. On your native platform, installing the server will put the include in /usr/local/include by default. To compile for you embedded platform, use the --with-pgserver=... option for the configure script. -philippe ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
