all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* AIX 5.2 compile help: minimum config?
@ 2005-03-28 15:02 tph
  2005-03-28 17:02 ` Thien-Thi Nguyen
  2005-03-29  9:07 ` Peter Dyballa
  0 siblings, 2 replies; 3+ messages in thread
From: tph @ 2005-03-28 15:02 UTC (permalink / raw)


I am trying to compile emacs 21.3  on an AIX 5.2 ML04 system.
Can someone suggest a minimum configuration (parameters to the configure 
script) that will give me a basic emacs, without X support? 

Is there a reason I will not be able to do this with gcc version 2.9?

Also, I tried to install emacs from the UCLA PDS library and got this 
error doing a 'smitty install'

emacs-21.1-2 

The following errors occurred during installation:
error: failed dependencies:
        libXaw3d.a(shr.o) is needed by emacs-X11-21.1-2
        libjpeg.a(libjpeg.so.62) is needed by emacs-X11-21.1-2
        libpng.a(libpng.so.3) is needed by emacs-X11-21.1-2
        libtiff.a(shr.o) is needed by emacs-X11-21.1-2
        libungif.a(libungif.so.4) is needed by emacs-X11-21.1-2

In what fileset would I find these files?

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: AIX 5.2 compile help: minimum config?
  2005-03-28 15:02 AIX 5.2 compile help: minimum config? tph
@ 2005-03-28 17:02 ` Thien-Thi Nguyen
  2005-03-29  9:07 ` Peter Dyballa
  1 sibling, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2005-03-28 17:02 UTC (permalink / raw)


tph <null@nospam.nospam.org> writes:

> Can someone suggest a minimum configuration (parameters to the
> configure script) that will give me a basic emacs, without X
> support?

you can probably figure out something yourself, given the output
of running the command:

  ./configure --help

it's a good idea to check this for any package you wish to build
and install (including emacs), since the configurability of the
package may have changed since you last tried it.

thi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: AIX 5.2 compile help: minimum config?
  2005-03-28 15:02 AIX 5.2 compile help: minimum config? tph
  2005-03-28 17:02 ` Thien-Thi Nguyen
@ 2005-03-29  9:07 ` Peter Dyballa
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2005-03-29  9:07 UTC (permalink / raw)



Am 28.03.2005 um 17:02 schrieb tph:

> The following errors occurred during installation:
> error: failed dependencies:
>         libXaw3d.a(shr.o) is needed by emacs-X11-21.1-2
>         libjpeg.a(libjpeg.so.62) is needed by emacs-X11-21.1-2
>         libpng.a(libpng.so.3) is needed by emacs-X11-21.1-2
>         libtiff.a(shr.o) is needed by emacs-X11-21.1-2
>         libungif.a(libungif.so.4) is needed by emacs-X11-21.1-2
>
> In what fileset would I find these files?
>

I do not know enough about AIX 5.2 and its filesets, but these messages 
mean that the configure script as invoked by SMIT with many '--with- 
options' could not find the shared libraries for the X11 extension 
Xaw3d (Athena widgets with a 3 d look) and graphics 
libraries/extensions JPEG, PNG, TIFF, and GIF. Beside the shared 
libraries you'll need the C header files too.

To avoid this failing dependancy check and their installation, you can 
invoke configure with these:

	--without-jpeg --without-png --without-tiff --without-gif

To avoid libXaw3d this might help: --with-x-toolkit=motif


Is there no more up-to-date version of GNU Emacs available on AIX 5.2? 
The recent version is 21.4 ...

--
Greetings

   Pete

"There's no place like 127.0.0.1"
                      origin unknown

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-29  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-28 15:02 AIX 5.2 compile help: minimum config? tph
2005-03-28 17:02 ` Thien-Thi Nguyen
2005-03-29  9:07 ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.