Re: Produce working, fat binary dynamic library from command line?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t/ZIVbXqx2jYOfsokx81/Ky9PysUq2d0vv0E5eOtiCEoK3CcbFtXtJLv8sJv7eikS5tNEFv/IPsL66xHpiMDtTO2p2axv6MIDW8RXNgHsn7TRcdiG/0VYSYIDUhYNQeCKoggpEdNQUaopYB2zZPQAWFn5LFFU0ydD8m5SCA/4DY= Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s8385xBq9ln7NXM5bM2N0WMwdlfQ89T5UQHPYxqbHb/hJgSsURbpq/2ruPa2a27M+98zKro81/JAAELCnkhtje1D8glKuKf4rUDLj12GIoYqjEIGt4Wy+tE8K8JGtXN+TJXUbLyO6eZE93zSYG7u1TSbp7falLzs8qU+CBuJ/P4= On 6/11/07, mal content <artifact.one@googlemail.com> wrote:
On 11/06/07, Andrew Pinski <pinskia@gmail.com> wrote:
On 6/11/07, mal content <artifact.one@googlemail.com> wrote:
t.dylib: t.h t1.o t2.o t3.o libtool -dynamic -o t.dylib t1.o t2.o t3.o -lSystemStubs -lc
Just do: gcc -dynamiclib -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk t1.o t2.o t3.o
Instead of invoking libtool directly.
Thanks, Andrew Pinski
Any idea what I can do about this? Yes add "-install_name t.dylib" (with the full path to where it is going to be installed if you want).
Excellent, thanks! MC _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 11/06/07, Andrew Pinski <pinskia@gmail.com> wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
mal content