[haiku-development] Re: crosscompiler symbol checking

  • From: "François Revol" <revol@xxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sun, 26 Oct 2008 19:57:34 +0100 CET

> Hi everyone,
>
> just like the webkit port I've setup an environment to use the
> crosscompiler outside the jam engine to compile some code.
>
> The problem I fell over is, if I build a dynamic library the
> cross-linker does not give me missing symbol errors, it just builds
> what
> it has and ends successfully. If I start an application using that
> library I get the resolve errors.
>
> Now, my question/hope is, that there is some linker switch I can
> simply
> pass per -Wl to the linker to tell it to check for missing symbols
> and

There must be a -fno-undefined or something, libtool takes a -no-
undefined which translates someway.
http://gcc.gnu.org/onlinedocs/

Check the beos and haiku files in buildtools, it must be there.

François.

Other related posts: