Re: Building NetSurf on RISC OS

2009-08-09 Thread Gavin Wraith
Thanks for the tip about make 3.81. I overwrote the make binary in GCC (3.4.6 r3) with the make in !NSTools.bin and everything compiled for me too. It took about 20mins on the Iyonix. -- Gavin Wraith (ga...@wra1th.plus.com) Home page: http://www.wra1th.plus.com/

Re: building NetSurf on RISC OS

2009-08-09 Thread Steve Fryatt
On 9 Aug, John Tytgat wrote in message <6f3d1d8850...@hobbes.bass-software.com>: > In message <1e821c8850.st...@helvellyn.stevefryatt.org.uk> > Steve Fryatt wrote: > > > If people think this /should/ work then I'll look further into my > > setup and follow this up somewhere more appr

Re: building NetSurf on RISC OS

2009-08-09 Thread John Tytgat
In message <1e821c8850.st...@helvellyn.stevefryatt.org.uk> Steve Fryatt wrote: > If people think this /should/ work then I'll look further into my setup and > follow this up somewhere more appropriate with some details. OTOH, if it's > already a known 'issue', it could save me some was

Re: building NetSurf on RISC OS

2009-08-09 Thread Steve Fryatt
On 9 Aug, Michael Drake wrote in message <50881b0301t...@netsurf-browser.org>: > In article <35a7168850.wra...@wra1th.plus.com>, >Gavin Wraith wrote: > > > What am I most likely doing wrong? > > Are you using GCC4? The prebuilt libraries in NSTools are not elf format, > so you if you're us

Re: building NetSurf on RISC OS

2009-08-09 Thread Michael Drake
In article <35a7168850.wra...@wra1th.plus.com>, Gavin Wraith wrote: > What am I most likely doing wrong? Are you using GCC4? The prebuilt libraries in NSTools are not elf format, so you if you're using NSTools you need GCC3. To build with GCC4 you'd have to compile the libraries yourself atm.