Hi your plugin looks amazing but i cant compile it.
output of ./configure
But i have gcc installed
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
It seems you couldn`t compile/link this small code with GCC (config.log:90). Could you try to compile it manually, saving it to a file (ie test.c) and executing GCC on it? If you have any trouble, please let me know.
Hi your plugin looks amazing but i cant compile it.
output of ./configure
But i have gcc installed
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
> output of config.log
http://paste.ubuntu-nl.org/29909/
Hope this helps to help me :D
Ubuntu: 7.04
If i could compile it, i could try to make an dep file.
It seems you couldn`t compile/link this small code with GCC (config.log:90). Could you try to compile it manually, saving it to a file (ie test.c) and executing GCC on it? If you have any trouble, please let me know.
Thanks,
Thiago
----BEGIN CODE----
/* confdefs.h. */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "katephpbrowser"
#define VERSION "0.1beta"
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
----END CODE----
hi tried to compile with gcc and there ware no error and a good a.out file
so whast wrong with my system?
yours
berni
I really can`t tell. Sorry I couldn't be more helpful.
Thiago
I found that if you install g++ this error will go away.
Also, on Ubuntu, you'll probably have to symlink antlr to /usr/bin/runantlr.