site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:cc:x-mailer; bh=NFSNlo5+jqC0uqBM/z6zdiPKT3vieiunyYEF1tNfoKc=; b=jVQ9lLxhqv3yII6Wiie8nt5RRVjU/2fzb78hSmrxboAnwraYhhV6aUWjQYWb/khs/r e26FQrh1qfW862+1P52CnLXXil9ix+a0Y7OF1kEf3DizyD7CN6a46xQ1lFIOlsQUlUSY iK5lkqvpq+EEKTlRpPq4r0eDh8QlvAVQAelJI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:cc:x-mailer; b=kPOcMgsxpRd/sstxfQ99/jPGTnDV/EBg42FUZVp+b+ecBYioZtIFTLdkNyVIX6jucX sS1WhSk1/3qMmGn7OCJAEMjfsYiTwgqdBH/g0BghEBIK4ZEgnZcQENOdSA3B9k2jVWU1 JnqxhhfOW4Uq8n4+yEzdd5GI+v1wy1hSKzFhw= Terry, On Jan 9, 2009, at 8:03 PM, Terry Lambert wrote: -- http://wagerlabs.com _______________________________________________ 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... I assume you very much understand the difference between a linker and a loader; the ld command can act both as a linker and a loader, but by preventing it acting as a linker, you are cutting yourself off from linking against libraries other than the ones you already know about. [...] PS: I'm also still not seeing why you don't want to be able to link your compiler's output with third party supplied libraries. Because that's not how Forth works, at least not this Forth. I can use any libraries by dynamically loading them into the running image. At least I think I can with the Mach-O logic I'm using currently. If my generated Mach-O does not support it then I'll need to modify my logic. This email sent to site_archiver@lists.apple.com