From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id B56917FA56 for ; Wed, 23 Jul 2014 01:45:44 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlABAJv2zlPAbSoIf2dsb2JhbABZhDuCdM0IFg8BAQsLCggUKYQtFXYCGA4CgQ2IJwSZYY8klz6BLI48gmKBTgWORYxhhxOLSIUh X-IPAS-Result: AlABAJv2zlPAbSoIf2dsb2JhbABZhDuCdM0IFg8BAQsLCggUKYQtFXYCGA4CgQ2IJwSZYY8klz6BLI48gmKBTgWORYxhhxOLSIUh X-IronPort-AV: E=Sophos;i="5.01,713,1400018400"; d="scan'208";a="86560957" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 23 Jul 2014 01:45:44 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from yak (yak.in-berlin.de [192.109.42.109]) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-4) with ESMTP id s6MNjgoj006225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 23 Jul 2014 01:45:43 +0200 Received: from e178011041.adsl.alicedsl.de (e178011041.adsl.alicedsl.de [85.178.11.41]) by webmail.in-berlin.de (Horde Framework) with HTTP; Wed, 23 Jul 2014 01:45:41 +0200 Date: Wed, 23 Jul 2014 01:45:41 +0200 Message-ID: <20140723014541.Horde.3N6p_tSbAB9ToziHlYE0gw8@webmail.in-berlin.de> From: Oliver Bandel To: caml-list@inria.fr User-Agent: Internet Messaging Program (IMP) H5 (6.2.0) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: [Caml-list] lablgtk with OCamlMakefile Hello, how can I convince OCamlMakefile to add the needed gtkInit-file to my program? I tried around alot of things, looked up old answers on this list and at other places too, also asked on irc. No solution found. Is it possible to solve this problem? If so: how? Ciao, Oliver