From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id XAA10354; Tue, 25 Nov 2003 23:35:40 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id XAA04095 for ; Tue, 25 Nov 2003 23:35:38 +0100 (MET) Received: from linux.research.att.com (H-135-207-24-16.research.att.com [135.207.24.16]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id hAPMZb119595 for ; Tue, 25 Nov 2003 23:35:37 +0100 (MET) Received: from bigmail.research.att.com (bigmail.research.att.com [135.207.30.101]) by linux.research.att.com (8.12.8/8.12.8) with ESMTP id hAPMej2q005497 for ; Tue, 25 Nov 2003 17:40:45 -0500 Received: from research.att.com (squeak.research.att.com [135.207.26.39]) by bigmail.research.att.com (8.11.6+Sun/8.11.6) with ESMTP id hAPMZZZ24036 for ; Tue, 25 Nov 2003 17:35:35 -0500 (EST) Message-ID: <3FC3D972.3050008@research.att.com> Date: Tue, 25 Nov 2003 17:36:34 -0500 From: "Mary F. Fernandez" Organization: AT&T Labs Research User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en, es MIME-Version: 1.0 To: caml-list@inria.fr Subject: [Caml-list] problem compiling 3.07 on RH7.3 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; mff:99 3.07:01 3.07:01 2.4.18:01 -processor:01 -prefix:01 mff:99 libgcc:01 ocamlcomp:01 -linkall:01 otherlibs:01 ocamldebug:01 -linkall:01 otherlibs:01 clflags:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I am trying to compile the 3.07 source on: Red Hat Linux release 7.3 (Valhalla) Kernel 2.4.18-10smp on a 2-processor i686 Configured as follows: ./configure -prefix /home/mff/ocaml-3.07-rh -no-tk Eventually, I get an error that libgcc_s.so.1 cannot be found: ../ocamlcomp.sh -linkall -I ../otherlibs/unix -o ocamldebug -linkall ../otherlibs/unix/unix.cma ../utils/misc.cmo ../utils/config.cmo ../utils/tbl.cmo ../utils/clflags.cmo ../utils/consistbl.cmo ../parsing/longident.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/btype.cmo ../typing/primitive.cmo ../typing/typedtree.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/env.cmo ../typing/oprint.cmo ../typing/ctype.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../bytecomp/runtimedef.cmo ../bytecomp/bytesections.cmo ../bytecomp/dll.cmo ../bytecomp/symtable.cmo ../bytecomp/opcodes.cmo ../bytecomp/meta.cmo ../toplevel/genprintval.cmo ../otherlibs/dynlink/dynlink.cmo int64ops.cmo primitives.cmo unix_tools.cmo debugger_config.cmo envaux.cmo parameters.cmo lexer.cmo input_handling.cmo debugcom.cmo exec.cmo source.cmo checkpoints.cmo symbols.cmo events.cmo breakpoints.cmo trap_barrier.cmo history.cmo program_loading.cmo printval.cmo show_source.cmo time_travel.cmo program_management.cmo frames.cmo eval.cmo show_information.cmo loadprinter.cmo parser.cmo command_line.cmo main.cmo Error on dynamically loaded library: libgcc_s.so.1: cannot open shared object file: No such file or directory This is not my machine nor do I have root access so I'm flying blind. Does this error message indicate some problem with the RH 7.3 installation on this machine, i.e., does ocaml depend upon libgcc_s.so.1? Or could it be a O'Caml configuration issue? There is _no_ libgcc*.so of any kind on this machine so I am suspicious. Thanks, Mary -- Mary Fernandez, Principal Technical Staff Member AT&T Labs - Research, 180 Park Ave., Room E277, Florham Park, NJ 07932-0971 phone: 973-360-8679, fax: 973-360-8187 mff@research.att.com, http://www.research.att.com/~mff ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners