On 2006-06-24, marco roner <[EMAIL PROTECTED]> wrote:
> ------=_Part_18401_18613920.1151156876582
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
>
> the program is Strip1.0  a (sycurity to reccall important password),
> but symlink it means that I have to edit the configure and when it call
> mutigen iI have to write
> m68k-palmos-multigen ?

Found the Strip program including source on 
http://www.identicentric.com/products/strip.
Indeed when your run configure you get the error message:
configure: error: Unable to find multigen
The easiest is to edit the configure shell script and to change the line
        STUBGEN=multigen
to:
        STUBGEN=m68k-palmos-multigen
In my copy this is line 757 of 1299.
Then running './configure --enable-palmos' in the src/Strip directory 
completes without problems.
I managed to build without errors after adding a missing #define for min()
to Strip.c: "#define min(a,b) ((a)<(b)?(a):(b)) ".
Did not check if the program runs.

HTH
Ton van Overbeek

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to