From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from exchange-server.intranet.ggtg.net ([195.137.15.66]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WKoE0-0003Bj-MA for ptxdist@pengutronix.de; Tue, 04 Mar 2014 13:13:33 +0100 From: David Thomas Date: Tue, 4 Mar 2014 12:13:24 +0000 Message-ID: <63F3A45AB9EA8943A92845E4748C0F4B010E551E@exchange-server.intranet.ggtg.net> Content-Language: en-US MIME-Version: 1.0 Subject: [ptxdist] Cross-compiling gstoraster Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" Hello, I have got further now. I saw that the path was wrong for installation of libraries. I have fixed that so please disregard my previous question. My libcups.so library is now installed to the following directories: platform-phyCORE-AM335x/root/usr/lib platform-phyCORE-AM335x/root-debug/usr/lib platform-phyCORE-AM335x/sysroot-target/usr/lib My raster.h header file is installed to these: platform-phyCORE-AM335x/root/usr/include/cups platform-phyCORE-AM335x/root-debug/usr/include/cups platform-phyCORE-AM335x/sysroot-target/usr/include/cups Ghostscript's configure still fails to pick it up: checking cups/raster.h usability... no checking cups/raster.h presence... no checking for cups/raster.h... no It must therefore be looking somewhere else for the files. Questions are: 1. Where is it looking? (I suppose this is the --sysroot used by gcc and the binutils.) 2. What would a typical macro look like to install a library there? Thanks. -- ptxdist mailing list ptxdist@pengutronix.de