From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id A7B4CBC37 for ; Tue, 9 Jun 2009 10:31:04 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArQLABu7LUqMTaZE/2dsb2JhbACBT4xuAb8hhAoF X-IronPort-AV: E=Sophos;i="4.41,330,1241388000"; d="scan'208";a="27647773" Received: from toccata.ens-lyon.fr (HELO toccata.ens-lyon.org) ([140.77.166.68]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 09 Jun 2009 10:31:04 +0200 Received: from localhost (localhost [127.0.0.1]) by toccata.ens-lyon.org (Postfix) with ESMTP id 454C784074 for ; Tue, 9 Jun 2009 10:31:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at toccata.ens-lyon.org Received: from toccata.ens-lyon.org ([127.0.0.1]) by localhost (toccata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id blfUSRMOw0bE for ; Tue, 9 Jun 2009 10:31:04 +0200 (CEST) Received: from pema.homeunix.org (3.139.91-79.rev.gaoland.net [79.91.139.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by toccata.ens-lyon.org (Postfix) with ESMTP id 0AEDA84072 for ; Tue, 9 Jun 2009 10:31:04 +0200 (CEST) Received: from seb by pema.homeunix.org with local (Exim 4.69) (envelope-from ) id 1MDwjX-0003hT-3p for caml-list@inria.fr; Tue, 09 Jun 2009 10:31:03 +0200 Date: Tue, 9 Jun 2009 10:31:03 +0200 From: =?iso-8859-1?Q?S=E9bastien?= Hinderer To: caml-list@inria.fr Subject: Caml on CentOS: problem with -custom option Message-ID: <20090609083103.GA13816@pema> Mail-Followup-To: caml-list@inria.fr MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam: no; 0.00; ens-lyon:01 -custom:01 -custom:01 usr:01 -lcurses:01 compile:01 bin:01 caml:02 seems:03 problem:05 anybody:07 flag:09 sebastien:09 sebastien:09 wrong:10 Dear all, When trying to compile a program with the -custom option on a CentOS, the following error is reported: /usr/bin/ld: cannot find -lcurses This seems to be in relation with -custom, because the error disappears if the same command is given without this flag. Does anybody know what is going wrong ? thanks much in advance for any help. Sébastien.