From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 21824BC37 for ; Wed, 27 Jan 2010 18:21:25 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At8BAEMFYEtIDtyZi2dsb2JhbACTUodGPQEBAQoLCgcRBa4fCoE4hSyINwEBAwWENASLDg X-IronPort-AV: E=Sophos;i="4.49,355,1262559600"; d="scan'208";a="42580567" Received: from fg-out-1718.google.com ([72.14.220.153]) by mail3-smtp-sop.national.inria.fr with ESMTP; 27 Jan 2010 18:20:47 +0100 Received: by fg-out-1718.google.com with SMTP id e12so5528fga.9 for ; Wed, 27 Jan 2010 09:20:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=r0tqjOn7Xh2l0b61VftsK10Wb4uTCaIvxY5Uw0uU8WU=; b=XOYbThVb+hOGSaaAPS700s01XBq8MzIwq64CEArrtm4JDoHBrloiWXl7IwJmunTScE zArjnju5XfYFolDKgvf0sk9basrQIzeRDiTUG2gWisfe0KdAuUtkkPclXipqrvgBbyZI drWNPM4KjrwyFWpr9FV9yattjq1r4+QmgeHCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=nNDZ8CSavC5pGtlT7isd3R+sz3slLwqh4x//ROv7Fn8pyqAnh4W9jLsEx1qUAo19iz 3nYJ0XxnLn8drCwrVphLzugA77EMNh7gaXlOFVjiPj4kE590Vigh6HCoWJyKkaMkoLHi b2O+JNOYaxCRcxTruhWwBg9sekmYy8eGCU5jg= Received: by 10.87.42.33 with SMTP id u33mr1797320fgj.8.1264612846609; Wed, 27 Jan 2010 09:20:46 -0800 (PST) Received: from ?172.17.0.15? (papillon.metalscan.fr [212.73.210.234]) by mx.google.com with ESMTPS id 3sm233502fge.26.2010.01.27.09.20.45 (version=SSLv3 cipher=RC4-MD5); Wed, 27 Jan 2010 09:20:46 -0800 (PST) Message-ID: <4B6075ED.4020703@gmail.com> Date: Wed, 27 Jan 2010 18:20:45 +0100 From: Matthieu Dubuget Reply-To: matthieu.dubuget@gmail.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8pre) Gecko/20100124 Shredder/3.0.2pre MIME-Version: 1.0 To: caml-list@inria.fr Subject: Re: [Caml-list] dynamic link library path under mingw References: <4B604610.607@gmail.com> <4B60670C.6090609@inria.fr> <4B6072AF.90401@gmail.com> In-Reply-To: <4B6072AF.90401@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; matthieu:01 dubuget:01 matthieu:01 dubuget:01 mingw:01 byte:01 -dllpath:01 byte:01 ocamlfind:01 caml-list:01 dll:02 library:03 library:03 dynamic:03 conf:04 Matthieu Dubuget: > Two separated problems, then: > - how to store a search path into tests.byte? The use of -dllpath when generating tests.byte does it. I wanted to add this path during library generation, not when using it. Anyway. This is not the biggest problem: I will use ocamlfind, that maintains ld.conf, and allows to solve this problem. > - is it possible to have EpromDll.dll loaded, even if not in a $PATH > directory? > > Salutations > >