Re: [orca-list] Maybe ot: compiling issues in Arch



Hello,
Please try to update your system by running
pacman -Syu
as root.
I suspect you do have much more recent isl package than the one gcc is looking for. Also make sure you do have base-devel group of packages installed. If you are not sure try to run
pacman -S base-devel

Greetings

Peter

On 28.08.2014 at 23:04 Chris Watson wrote:
Howdy Arch users,

Trying to compile from git. without success. Have all the required packages for
Mate. Gnome not installed.

Using latest Arch kernel, autoconf 2.69 and automake 1.14. Where do I look?
Thanks.

configure:3367: $? = 0
configure:3356: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3367: $? = 1
configure:3356: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3367: $? = 1
configure:3387: checking whether the C compiler works
configure:3409: gcc    conftest.c  >&5
/usr/lib/gcc/i686-pc-linux-gnu/4.9.1/cc1: error while loading shared libraries:
libisl.so.10: cannot open shared object file: No such file or directory
configure:3413: $? = 1
configure:3451: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "at-spi2-core"
| #define PACKAGE_TARNAME "at-spi2-core"
| #define PACKAGE_VERSION "2.13.90"
| #define PACKAGE_STRING "at-spi2-core 2.13.90"
| #define PACKAGE_BUGREPORT "accessibility-atspi lists linux-foundation org"
| #define PACKAGE_URL ""
| #define PACKAGE "at-spi2-core"
| #define VERSION "2.13.90"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3456: error: in `/home/ai6u/at-spi2-core':
configure:3458: error: C compiler cannot create executables
See `config.log' for more details



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]