Ben Taylor wrote:

> pkgbuild: Undefined                     first referenced
> pkgbuild:  symbol                           in file
> pkgbuild: .CGB0.3612                          ../glib/.libs/libglib-2.0.so
> pkgbuild: .CGBA.3622                          ../glib/.libs/libglib-2.0.so

Looks like your libglib has references to these two symbols, which are
remaining unresolved at the time you build your app.

If you return to your libglib build, you can turn on ld(1)'s debugging
and determine where these references are coming from.

Set LD_OPTIONS=-Dsymbols,detail.

You'll get (lots) of output on stderr defining which symbols come from
which input files, and how they get resolved.

-- 
Rod

Reply via email to