On Thu, 18 May 2000, [EMAIL PROTECTED] wrote about, compilation
problem:
> Hi All;
> I am newbie, as you can tell by my question.
> Everytime I try to use "./configure" or "make" to make executables I get
> messages that some file not found.
>
> Here is an example:
> I was trying to install gnomerar-0.3.2. After using tar, and untaring the
> .tar.gz file, the install file says to run ./configure from
> the gnomerar-0.3.2. When I do that I get the following messages:
>
> loading cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
> checking for gnome-config... no
> checking for gnomeConf.sh file in /usr/local/lib... not found
> configure: error: Could not find the gnomeConf.sh file that is generated by
> gnome-libs install
>
> When I look for the missing files I can find them using slocate. What can I do
> to correct this problem?
> I did install gnome-libs, I still get most of the same messages, I am not sure
> about the last message.
>
> This is just an example. This happens with making other executables also.
> Thanks in advance for any help.
You say you installed the gnome-libs, so is the directory where the
gnome-libs reside "defined" in /etc/ld.so.conf ?? if not define it and
rerun ldconfig now try again.
It could also be that the configure program is looking for the libs or
whatever in another directory ( some distro's install things in different
dirs ), by doing
./configure --help
You should see an option allowing you to define the place where the dirs
are located on your system.
A handy place to look for more details is the file called "config.log" its
created when you run ./configure
Hope this helps.
If not please include the last few lines of the configure script output and
the relavant lines about the errors from config.log in your next mail.
That should help me and others here on the list to help you.
> Masoud
>
> I use RH6.1 + some updates + Gnome.
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs