On Fri, May 30, 2008 at 6:38 AM, cory barton <[EMAIL PROTECTED]> wrote:
>
> undefined reference to `ulSetError(ulSeverity, char const*, ...)'
> Compilation failed.
>
> I tried adding -lplibfnt but that makes no difference, and if I add
> -lplibpu then I get a lot more undefined reference errors.
>
> I am kind of lost here, and do not know how to troubleshoot further,
>
> If you have any more nuggets of wisdom, please let me know, I am gonna
> sleep on it, then keep poking at it in the morning.

1. if you have the plib sources it is straightforward to locate the
ulError.cxx file defining that function, and figuring the library from
there is also easy. So, you need plibul.
2. if you don't have the sources, you can use nm (with -C for c++
libs) on all libraries you have and get a nice list of symbols for
each of them. You will find that indeed plibul contains
ulSetError(ulSeverity, char const*, ...)
3. you could read the docs, if any :)

-- 
Csaba/Jester

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to