X-Spam-Check-By: sourceware.org Message-ID: <36bf289b0601040235s1fb6ca37jaf9de5c7e84a159e@mail.gmail.com> Date: Wed, 4 Jan 2006 16:05:25 +0530 From: Vijay Kiran Kamuju To: "Gerrit P. Haase" Subject: Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610 Cc: cygwin AT cygwin DOT com In-Reply-To: <1731197412708.20060104100419@familiehaase.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <36bf289b0601030256h58a1832erbda960cabbcab2e9 AT mail DOT gmail DOT com> <1731197412708 DOT 20060104100419 AT familiehaase DOT de> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k04AZXlA002313 Hi, I tried that before sending it to the list. Even that failed due to the errors u mentioned. The issues regarding missing leading underscores in symbols when linking the objects later. How to fix that? Well why do the following psuedo-ops fail with cygwin 'as.exe' .type .comm a,b,c .size thanks, Vijay On 1/4/06, Gerrit P. Haase wrote: > Vijay wrote: > > > hi , > > > i am unable to compile imlib2-1.2.1 with cygwin 1.5.18, > > binutils-20050610 and gcc-3.4.4-1 > > > first i was unable compile due to missing RTLD_LOCAL in the /usr/include/dlfcn.h > > could you please add the following line to dlfcn.h > > #define RTLD_LOCAL 0 > > > after that the compilation failed while compiling some assembly source files. > > It does compile successfully on fedora-core3. > > the compilation errors are > > [...] > > > asm_blend.S:1057: Warning: .size pseudo-op used outside of .def/.endef ignored. > > asm_blend.S:1057: Error: junk at end of line, first unrecognized character is ` > > So why not fix the assembler files? IIRC all the lines reported may be > removed, though there probably will be more issues regarding missing > leading underscores in symbols when linking the objects later. > > > Gerrit > -- > =^..^= http://nyckelpiga.de/donate.html > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/