From: John M. <lis...@b7...> - 2004-11-12 11:13:22
|
Hi, I'm trying to install mlterm on OS X 10.3.5. Being new to compiling & installing from source, I may be overlooking the obvious... I placed the mlterm-2.9.0 directory in my topmost directory and ran the "./configure" "make" and "make install" commands. Some of the terminal output is included below, as well as a link to the full screen dump. XFree86 4.3 (comes with Panther) is installed, as is freetype2-shlibs 2.0.9 (via fink). I installed GTK+1.2.10 (via fink) after seeing the related WARNING messages, but haven't tried to recompile yet... A few questions: * how do I set options for configure? for example, --with-scrollbars and -A, --aa(=bool) for anti-aliased fonts...do these go with the ./configure command? * terminal output says "Libraries have been installed in: /usr/local/lib", but this directory seems empty: Computer:/usr/local/lib/mlterm johnm$ ls -a . .. * terminal output says "Mlterm was configured as follows Installation path prefix : /usr/local" But I can't seem to find a mlterm executable, either in /usr/bin or /usr/local/bin Should it be showing up in one of these directories? Do I need to put it there? Any suggestions on how to proceed much appreciated, John * * * * full terminal dump here: http://connectivist.net/MLterm_install checking for connect in -lsocket... no checking for X... no checking for Xutf8LookupString in -lX11... no checking for pkg-config... no *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to the full path to pkg-config. *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config. checking for gtk-config... no checking for gtk12-config... no ** WARNING ** couldn't compile mlconfig since headers/libraries of GTK are missing. ** WARNING ** couldn't compile mlterm-menu since headers/libraries of GTK are missing. Mlterm was configured as follows Installation path prefix : /usr/local Build shared libraries : yes Build static libraries : yes Optimization for redrawing a line : no BiDi rendering (Fribidi) : no ISCII rendering (libind) : no External tools : mlclient mlcc Image library : utmp support : no Type engines : xcore DnD : yes Input Methods : XIM kbd Scrollbars : simple sample extra |