From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Roxborough To: Wayne Dernoncourt Cc: SourceNav Subject: Re: help on installation Date: Wed, 14 Mar 2001 09:51:00 -0000 Message-id: <3AAFAF6C.EDF6F830@redhat.com> References: X-SW-Source: 2001-q1/msg00224.html Using gnu make is important. Wayne Dernoncourt wrote: > > > Parallel == Peer - I suppose that does make it easier to clean up later > on, but I don't know. It makes it easier to do many things, cross compilation is the main one. > checking whether included gettext is requested... no > checking for libintl.h... (cached) yes > checking for gettext in libc... (cached) yes > checking for msgfmt... (cached) /usr/5bin/msgfmt > checking for dcgettext... (cached) yes > checking for gmsgfmt... (cached) /usr/5bin/msgfmt > checking for xgettext... (cached) /usr/5bin/xgettext Deleting your config.cache before you running configure can help when you are trying to first configure SN. > Configuring snavigator... > configure: error: can not find sources in ../../SN452/snavigator > Configure in /home1/hermes/wayned/trgt/snavigator failed, exiting. from your build directory try: $ sh ../src/configure --prefix=/where/to/install If this doesn't work, you need to provide more information, like, how you are running configure (the command line) and any other steps you are doing. That fact you couldn't find config.log is very strange, I'm not sure how to run configure without generating one. Ian.