From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: Caml-list@yquem.inria.fr Delivered-To: Caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 59560BB81 for ; Thu, 23 Feb 2006 18:02:59 +0100 (CET) Received: from smtp.irisa.fr (smtp.irisa.fr [131.254.254.26]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k1NH2wwm025128 for ; Thu, 23 Feb 2006 18:02:59 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.irisa.fr (Postfix) with ESMTP id E2FCBFAA4 for ; Thu, 23 Feb 2006 18:02:58 +0100 (CET) Received: from smtp.irisa.fr ([131.254.254.26]) by localhost (meli.irisa.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23320-10 for ; Thu, 23 Feb 2006 18:02:56 +0100 (CET) Received: from [131.254.10.117] (paragene.irisa.fr [131.254.10.117]) by smtp.irisa.fr (Postfix) with ESMTP id C0A51FAAB for ; Thu, 23 Feb 2006 18:02:56 +0100 (CET) Message-ID: <43FDEAC0.80100@irisa.fr> Date: Thu, 23 Feb 2006 18:02:56 +0100 From: Hugues Leroy Reply-To: Hugues.Leroy@irisa.fr Organization: IRISA / INRIA User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Caml-list@yquem.inria.fr Subject: incompatible /usr/X11R6/lib/libX11.so when searching for -lX11 (on a opteron/redhat box) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at irisa.fr X-Miltered: at nez-perce with ID 43FDEAC3.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; irisa:01 usr:01 lib:01 libx:01 -lx:01 compiler:01 gcc:01 gcc:01 config:01 -prefix:01 ocaml:01 ocaml-:01 otherlibs:01 graph':01 byterun:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Hi i have this (OS =Red Hat Enterprise Linux AS release 4 Update 2, compiler = gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2) config: ./configure -prefix /local/ocaml/3.09.1) make[1]: Entering directory `/automount/gfs/symbiose/hleroy/ocaml-3.09.1/otherlibs/graph' gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o open.o open.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o draw.o draw.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o fill.o fill.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o color.o color.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o text.o text.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o image.o image.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o make_img.o make_img.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o dump_img.o dump_img.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o point_col.o point_col.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o sound.o sound.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o events.o events.c gcc -I../../byterun -I/usr/X11R6/include -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o subwindow.o subwindow.c ../../boot/ocamlrun ../../tools/ocamlmklib -o graphics open.o draw.o fill.o color.o text.o image.o make_img.o dump_img.o point_col.o sound.o events.o subwindow.o -L/usr/X11R6/lib -lX11 /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching for -lX11 /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.a when searching for -lX11 /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status make[1]: *** [libgraphics.a] Error 2 make[1]: Leaving directory `/automount/gfs/symbiose/hleroy/ocaml-3.09.1/otherlibs/graph' make: *** [otherlibraries] Error 2 -- Hugues Leroy // Inria Rennes Projet Symbiose et Plate-forme bio-informatique d'OUEST-genopole http://www.genouest.org + Service ASCII (Applications SCIentifiques et transfert Industriel) tel : +33 2 99 84 74 17 / fax : +33 2 99 84 71 71