Sally McBride wrote:
> 
> John,
>   I posted something to the prc-tools-devel list about
> the problem(s), so I did not go into depth here.
> 
> But bascially I started with a fresh install (i.e. no
> cygwin at all) and followed the release notes for a
> windows install at:
> 
> http://sourceforge.net/project/shownotes.php?release_id=31764
> 
> Then I compiled and installed pilrc-2.8p5
> 
> the massaging that I needed (there were other things
> that I thought I had to do, but ended up not needing)
> was to make a "empty" libm.a
> 
> The linker was trying to link it in and since it
> didn't exist, I got an error.
> I fixed this by donig the follwing:
> echo "!<arch>\n" >  /usr/m68k-palmos/lib/libm.a
> 
> and everything works now with old makefiles
> 

I followed (and participated) in the thread on prc-tools-devel
at sourceforge. The problem Sally ran into turns out to be
some missing symbolic links in prc-tools-2.0.92-cygwin.tar.gz.

In /usr/m68k-palmos/lib the symbolic link from libm.a to libmf.a
is missing. The commands for creating the link are in the
source for prc-tools-2.0.92 (No change from 2.0.91).

The same is true for /usr/m68k-palmos/include/math.h.
The symbolic link to mathf.h is missing.

The build procedure builds only a single precision floating point
math library. Hence the f at the end of the names.

Maybe John can update the prc-tools-2.0.92-cygwin.tar.gz file
to include these symbolic links. Maybe there are more links missing.

Regards,

Ton van Overbeek

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

Reply via email to