<snip>
* Issue *
When I launch this instruction (in brackets);
"./configure --prefix=/lib/gtk2.8/ --x-libraries=/
usr/lib/gs-esp/8.15/ --mandir=/usr/share/man/
--info=/usr/share/info --sbindir=/ sbin/
--bindir=/bin/ --enable-man
PKG_CONFIG=/usr/bin/pkg-config --exec-prefix=/
usr/bin"
the output messages report the following:
"checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for native Win32... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create
executables"
Try compiling a simple C program. Can you show us
the content of `config.log' that is generated in the same
directory where you executed `configure'?
Try compiling this program:
/* simple.c */
#include <stdio.h>
#include <stdlib.h>
int
main (int argc, char *argv[])
{
puts ("Foobar.");
return EXIT_SUCCESS;
}
like this:
$ gcc simple.c -o simple
$ ./simple
Foobar.
$ gcc simple.c
$ ./a.out
Foobar.
You should see both the above outputs. The second
case is where it appears to be failing.
* Question *
After looking fast-reading to configure script code,
and get tired, have decided forward my questions to
you (list):
1 - Do I really need to build any executable?
2 - Is this message, directly or not, related with any
other configure's option?
(e.g.: --exec-prefix)
* Agreements *
Advanced thanks for any responser
Xavier
<snip>
1. Yes.
2. Probably not, but `config.log' will certainly enlighten us.
Regards,
Yesudeep.
येसुदीप मंगलािपल्ली
Can't see the above text?
http://unicode.org/help/display_problems.html
Do not send me Word documents. I will bite.
http://www.gnu.org/philosophy/sylvester-response.html
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list