From mint-bounce@lists.fishpool.fi Thu Oct 2 16:08:06 2008 Message-ID: <48E52862.7010502@freesbee.fr> Date: Thu, 02 Oct 2008 22:00:34 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: mint Subject: Re: [MiNT] problem with includepath in mintlib References: <48E3F8F4.2060106@gmail.com> In-Reply-To: <48E3F8F4.2060106@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id m92K85dT006057 Miro Kropacek wrote : > After closer look I see it just uses '-I' (but > this is only visible in debug output -- on the screen that command looks > right!) instead if -I/and/whatever/was/int/that/file ... funny thing, > when I copy&paste the broken compilation command, compilation succeeded. Beware of CRLF bugs... What is your host OS ? If it is Cygwin, be sure to compile from a directory mounted in binmode (type 'mount' to see the mount modes) There are issues with textmode and cat, because cat always opens files in binary mode. Do not trust what you see, do not even trust od output ! Check that there is no CR messing around. -- Vincent Rivière