Hi Philippe,

thank you for your help. Following your advise I was
successful for the server. I still have problems with
the client. Here is what I got when running autogen.sh
in the directory cli_c:

autogen.sh:running: aclocal -I macros
aclocal: configure.in: 12: macro `AM_PROG_LIBTOOL' not
found in library
autogen.sh:error: while running aclocal -I macros

-- Minh.

 --- Philippe Ney <[EMAIL PROTECTED]> schrieb:
> > Hi all,
> > 
> > I downloaded pgui-dev20020519.tar.gz. I was able
> to
> > generate pgserver (after having commented out
> snprintf
> > from pgmain.c..., <string.h> from dispatch.c, and
> > other things) for uCdimm MC68VZ328. I then tried
> to
> > compile cli_c, which was unsuccessful: neither
> > Makefile (there was none) nor configure nor
> autogen.sh
> > were working. I just want to generate code for
> > hello.c.
> 
> Hi Minh,
> 
> * take the cvs archive, it is ok
> 
> * right for snprintf, it isn't in the libc. You have
> to add the code by yourself ...
>   I have done something like this a long time ago
> ...
>   Maybe have a look in pgserver/os/uclinux/
> 
> * I saw a problem with the autogen and something
> like ltconfig.
>   you can do the following:
>   $ ./autogen.sh
>   $ automake
>   $ autoconf
>   $ ./autogen.sh
> 
> * How did you configure the server ?
>   You must do the following (installation is
> necessary while this give the headers for the
> client)
>   $ ./autogen.sh
>   $ ./configure --host=m68k-pic-coff
> --build=`./config.guess` --with-prefix
> --prefix=/were/you/want
>   $ make
>   $ make install
> 
> __note: don't forget a little make menuconfig to set
> the good options__
> 
> * And then do the following for the client
>   $ ./autogen.sh; automake; autoconf; ./autogen.sh
>   $ ./configure --host=m68k-pic-coff
> --build=`./config.guess` --with-prefix
> --with-pgserver=/were/you/installed/pgserver
>   $ make
> 
> And that's all ...
> 
> Hope this help you,
> -philippe 

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Sie brauchen mehr Speicher f�r Ihre E-Mails? - http://premiummail.yahoo.de

_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to