Quoting Chris Wilkinson :

> Hi there,
>
> Has anyone managed to compile Atlas/Map on SUSE 10.1, or any other
> distro using gcc 4.1.0 or newer? With the current 0.3.0 stable release
> (CVS times out on me) I get this error...
>
> /usr/lib/gcc/i586-suse-linux/4.1.0/../../../libplibpu.so: undefined
> reference to `fntGetBitmapFont(int)'
>
> It will happily compile using gcc 4.0.2 on SUSE 10.0 on my other box,
> but its a slow-as-molasses P4 2.0GHz, and needs to grab the scenery
> over 100 Mbit LAN from my Athlon64 to render the tiles. Unfortunately
> that is proving grass-growingly slow...damn the 1.3 MB/sec scenery
> downloads I get from a local fg-scenery mirror! If it were not for
> that I would not have so much new scenery to convert to atlas tiles!
>
> Any help to fix this error will be highly appreciated!

Chris,

in src/Makefile.am, you can try to change line 27 :
from :
        -lsgxml -lplibsg -lplibpu -lplibul -lplibfnt -lplibnet \
to :
        -lsgxml -lplibsg -lplibfnt -lplibpu -lplibul -lplibnet \


And elsewhere if needed. -lplibfnt should be before -lplibpu

-Fred

--
Frédéric Bouvier
http://frfoto.free.fr                      Photo gallery - album photo
http://www.fotolia.fr/p/2278/partner/2278  Other photo gallery
http://fgsd.sourceforge.net/               FlightGear Scenery Designer

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to