Compile in Leopard, use in Tiger (again)
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:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=PWGz5257PQYZlHYDnPW3zJKGqKqSfb5aQcwBp009yeY=; b=Ay8nxvpSZOOj7+neN8rgqY2+C6QsDG+5Y/fY9GRKHdwYAhkNycDKLVskGWjnXxlDbHoKUGYabNkDrstwGMnjnSAbHNU7X0VuckGcjcNq5ywaO7rKGVf503c76QWKGSSt9LjclMOHds8LLigLOf6kuqNGw4lzLbjZz2z/zFIf7ww= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=E+BlG2FEDxLac07aOawSwHo0NNpSrfYdLF6FFNBkUFB5W2gWVmyNNDBJlwv+JuqLUmECBPoBhljPODovYTkpaLCJ9W+X0A9GzcjDGQCXKjBq8KWsk1n+0JgAaXJzYwkgAqNP/JAKG/HC8WxEEPK7SokNbdef00G+Lgw+yK1UUck= Hello, I have a problem using a binary compiled in Leopard under Tiger. I get the following error message: dyld: lazy symbol binding failed: Symbol not found: _pthread_cond_init$UNIX2003 After searching this mailing list, I found the following post, which appears to address exactly this problem: http://lists.apple.com/archives/darwin-dev/2007/Nov/msg00107.html My problem is that I use the Intel C++ compiler (version 10.1), which doesn't seem to support the -mmacosx-version-min=10.4 switch. The program compiles without errors when I try using this switch, but the UNIX2003 symbols still appear in the binary. How do I compile a Tiger compatible binary with the Intel compiler? Best regards, Tord Romstad _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Tord Romstad