On 2006-06-29, marco roner <[EMAIL PROTECTED]> wrote: > ------=_Part_19249_25186086.1151568808126 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > i have launch from my Palmoscywing and this it's the result > > (I have transcribed all ) > > > $ ./configure --enable-palmos > loading cache ./config.cache > checking for m68k-palmos-gcc... /usr/bin/m68k-palmos-gcc > checking for m68k-palmos-gcc... /usr/bin/m68k-palmos-obj-res > checking for m68k-palmos-gcc... /usr/bin/m68k-palmos-as > checking for m68k-palmos-gcc... /usr/bin/multigen > checking for pilrc..no > configure: error: Unable to find pilrc > > what it could be??? > > thanks
Pilrc is the 'Pilot Resource Compiler' the original commandline one. PODS uses a different one. Many open source projects continue using Pilrc. You can find it here: http://pilrc.sourceforge.net Just put the executable in /usr/bin on Cygwin. The input file for Pilrc has usually the extension .rcp. For Strip the input file is Strip.rcp. HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
