discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Two questions about bundles


From: Peter Cooper
Subject: Two questions about bundles
Date: Thu, 28 Aug 2008 22:27:15 +0200
User-agent: GNUMail (Version 1.2.0)

Hi

I'm looking at using bundles for a non-gui tool. A curious thing is that I get a lot of superfluous libraries automatically linked.

        linux-gate.so.1 =>  (0xb7f31000)
libgnustep-gui.so.0.14 => /usr/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.14 (0xb7b67000) libgnustep-base.so.1.17 => /usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.17 (0xb77a5000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb777a000)
        libobjc.so.2 => /usr/lib/libobjc.so.2 (0xb7760000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb773b000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb75ec000)

(lots removed)

        /lib/ld-linux.so.2 (0xb7f32000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb72d8000)
        libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb72c8000)
        libgcrypt.so.11 => /lib/libgcrypt.so.11 (0xb727b000)
        libgpg-error.so.0 => /lib/libgpg-error.so.0 (0xb7277000)

I've attached a very little dummy project that generated the bundle with all these library links.

<ObTest.tgz>

I'm running on an Ubuntu Dapper 32 bit i386 system, with GNUstep being a fairly recent check-out from svn.

What am I doing wrong?

Additionally, can I specify the extension of the bundle per bundle in the same Makefile or should be using an aggregate project?

Thanks!

Peter



Attachment: ObTest.tgz
Description: GNU Unix tar archive


reply via email to

[Prev in Thread] Current Thread [Next in Thread]