Hello all,

I have a framework FBEnterprise that depends on some other frameworks. In the GNUmakefile I have

        FBEnterprise_FRAMEWORK_LIBS += -lgnustep-gui -lFBAccess -lSRMapKit

but when I do ldd I don't see references to SRMapKit and so on.

bash-2.05$ ldd /opt/GNUstep/System/Library/Frameworks/FBEnterprise.framework/Versions/ A/FBEnterprise
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1

What am I missing here? I guess the key FBEnterprise_FRAMEWORK_LIBS is not correct here, but what is the correct key?

Thanks a lot!

Regards,

  Andreas



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to