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 IAA18555; Thu, 5 Dec 2002 08:43:36 +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 IAA18673 for ; Thu, 5 Dec 2002 08:43:35 +0100 (MET) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from sm205.163.com ([202.108.44.205]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id gB57hT118117 for ; Thu, 5 Dec 2002 08:43:32 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by sm205.163.com (Postfix) with SMTP id 496C21C637463 for ; Thu, 5 Dec 2002 15:43:03 +0800 (CST) Received: from 163.com (unknown [159.226.149.121]) by 192.168.1.205 (Coremail) with SMTP id AAwCAIYD7z3SAZV5.1 for ; Thu, 05 Dec 2002 15:43:03 +0800 (CST) Message-ID: <3DEF7419.2010807@163.com> Date: Thu, 05 Dec 2002 15:43:21 +0000 From: onlyclimb User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005 X-Accept-Language: en-us, en MIME-Version: 1.0 To: caml-list@inria.fr Subject: [Caml-list] ocamlgsl Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Is anything different to compile ocamlgsl in FreeBsd ? i do as the readme told. (using gmake ) its says.. ocamlc.opt -ccopt "-I/usr/local/include -DHAVE_INLINE -g -O3" -c mlgsl_vector_float.c In file included from mlgsl_vector_float.c:4: mlgsl_vector.c: In function `ml_gsl_vector_float_memcpy': mlgsl_vector.c:13: syntax error before `v_b' mlgsl_vector.c:13: `v_b' undeclared (first use in this function) mlgsl_vector.c:13: (Each undeclared identifier is reported only once mlgsl_vector.c:13: for each function it appears in.) mlgsl_vector.c: In function `ml_gsl_vector_float_add': mlgsl_vector.c:20: syntax error before `v_b' mlgsl_vector.c:20: `v_b' undeclared (first use in this function) mlgsl_vector.c: In function `ml_gsl_vector_float_sub': mlgsl_vector.c:27: syntax error before `v_b' mlgsl_vector.c:27: `v_b' undeclared (first use in this function) mlgsl_vector.c: In function `ml_gsl_vector_float_mul': mlgsl_vector.c:34: syntax error before `v_b' mlgsl_vector.c:34: `v_b' undeclared (first use in this function) mlgsl_vector.c: In function `ml_gsl_vector_float_div': mlgsl_vector.c:41: syntax error before `v_b' mlgsl_vector.c:41: `v_b' undeclared (first use in this function) mlgsl_vector.c: In function `ml_gsl_vector_float_isnull': mlgsl_vector.c:63: syntax error before `int' mlgsl_vector.c:64: `r' undeclared (first use in this function) mlgsl_vector.c:65: warning: control reaches end of non-void function gmake: *** [mlgsl_vector_float.o] Error 2 How can i solve the problem? I have pkg_add gsl and gcc30 already Thanks ------------------- 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