>>>> "Chris" == Chris Tessone
<tessone(a)imsa.edu> writes:
Chris> Hi. I've been attempting to compile XEmacs under Solaris 2.5. Here are
Chris> the commands I used to compile it:
Chris> $ tar -zxf xemacs-21.0.tar.gz && tar -zxf xemacs-21.0-elc.tar.gz
&&
Chris> tar -zxf xemacs-21.0-info.tar.gz
Chris> $ cd xemacs-21.0
Chris> $ ./configure --prefix="/imsa" --external-widget --without-gpm
Chris> --with-workshop --with-site-lisp --debug
Chris> $ make
Here's what I use on my Solaris 2.5. I don't use workshop. I use
Sun's SPARCompiler and GNU make. Local libs (xpm, jpeg, etc.) are in
/opt/local/*.
./configure \
--site-includes='/opt/local/include /usr/demo/SOUND/include' \
--site-libraries='/opt/local/lib /usr/demo/SOUND/lib' \
--cflags="-g" \
--with-site-lisp=yes \
--with-dialogs=athena \
--debug --error-checking=all --verbose
--