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:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=FTUMjupF0e6bFrLpCK0obyBaQvw6KwHYcCj0PUPM/Xo=; b=AzdmkFWdH2hgV35o/lkhIBgPIoLOEMP6dVzdGdGRATG9/eHJ3dsBatf0iyihSi/fqa VCDztGPx5hRw48XXnWOlOdAdhsSDocz8ZmQwqCh7y5w4TyRQBnTZSpQOg/+3swK8fnJa qkWmpHr9xecdPB+At7+fD7FHrqqw6MY2U+8n4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=oFRxG1yeeBW+h0Ar3fHbqEknXd/GNrBp9YRrlSDyyct8DqoIblIU1qhaqvjvihoMPG igVrWiHxv9foqafgkhZ3ZpCe17kbmxyt39vO5XrdJFRIP0JwJF03xFh+I75kBw5H1FZD 3zQlO5y3HfrnP8NIEoDCD4yGFjlxgL0Md0dds= Charles, On Jan 9, 2009, at 11:58 PM, Charles Bailey wrote: This is a possibly dumb question, just for my own info: isn't the canonical way to do this (in the absence of a cross-compiler that cross-links) to cross-compile to Mach-O object files under Linux, then use ld on OS X to link them into an executable? Thanks, Joel --- 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... It's a Forth environment that cross-compiles to a number targets, many of them embedded microcontrollers (no OS). Everything needed to build an executable image is available on the host and introducing an extra linking step is an inconvenience. In other words yes, I could use an extra linking step, but why should I bother? This email sent to site_archiver@lists.apple.com