Am Mittwoch, 17. M�rz 2004 09:04 schrieb Pieter Grimmerink: > On Tuesday 16 March 2004 21:54, [EMAIL PROTECTED] wrote: > > Just calling pgserver ends up in > > bash: /usr/local/bin/pgserver: No such file or directory > > Is this where you installed pgserver?
I just did a "make install" and I think that copied it there. > Or if you did not install it, you can simply start > picogui-0.46/server/pgserver (or in fact picogui-0.46/server/build/pgserver > if you followed the readme) A call of picoGUI/picogui-0.46/server/build$ ./pgserver" ends up in: ./pgserver: line 105: /home/r/eiffel/picoGUI/picogui-0.46/server/build/.libs/lt-pgserver: No such file or directory ./pgserver: line 105: /home/r/eiffel/picoGUI/picogui-0.46/server/build/.libs/lt-pgserver: Success That's why I tried the other executable... > Note that you have to 'make configure; make' in picogui-0.46/server, to > build the server. I didn't execute "make configure" since it's not in the README. But now I tried this. When I execute "make" now, I get this (as always): [...] config.status: executing depfiles commands make[2]: Leaving directory `/home/r/eiffel/picoGUI/picogui-0.46/server/build/widget' make[2]: Entering directory `/home/r/eiffel/picoGUI/picogui-0.46/server/build/widget' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../widget -I.. -I../include -I../../include -I/usr/local/include/freetype2 -I/usr/local/include -O2 -Os -g -MT widget.lo -MD -MP -MF ".deps/widget.Tpo" \ -c -o widget.lo `test -f '../../widget/widget.c' || echo '../../widget/'`../../widget/widget.c; \ then mv -f ".deps/widget.Tpo" ".deps/widget.Plo"; \ else rm -f ".deps/widget.Tpo"; exit 1; \ fi ../libtool: ../libtool: No such file or directory make[2]: *** [widget.lo] Error 1 make[2]: Leaving directory `/home/r/eiffel/picoGUI/picogui-0.46/server/build/widget' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/r/eiffel/picoGUI/picogui-0.46/server/build' make: *** [all] Error 2 Without knowing what I do I replaced one line in each, Makefile and config.status where I could finde something like "$(top_builddir)/libtool" with only "libtool". Then "make" completes... But I don't know, then I think a system-wide libtool is called. Shouldn't be there a special libtool-script in the distribution? May it be, that I have a wrong tar.gz-file, because I don't have a ./configure-script and so. I run "autogen.sh", which created the configure, but no libtool... Thanks, Rapha ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
