On Sat, Jun 7, 2008 at 11:15 PM, gerard robin <[EMAIL PROTECTED]> wrote:
>
> I get that error during FG compilation
>
> AirportList.cxx:(.text+0xb40): undefined reference to `puaList::puaList(int,
> int, int, int, int)'

Make sure you are linking against plibpuaux from plib 1.8.5.
Apparently you have headers for 1.8.5, because otherwise you'd have
run into trouble earlier. So your link command is either missing
-lplibpuaux or you have old plib 1.8.4 somewhere and fg is picking
that up.

-- 
Greets,
Csaba/Jester

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to