Compile in Leopard, use in Tiger
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=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=rCI0CY57PAS/Tsp3IRHDIusHnzR1ccO150nVet6reT8=; b=EIbn1gWezoewxejGYXAj23gInLXvw9l6xxJ+LaJRBJIztKM6hR9U1/zrWjHj/l/i7nGe2U6h4SMHoks+/z4Og2Vh8veJN6xk85DkdaBGf8d6DpnF2U0fB3QZ+bcofK6jev8IsCTRDWlfBtbwAAAX0Jn9P2a+VZzFWGWF+JzVH08= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Ju18uMkUdlIgTxUqXv4xtyKUCK1E6HSqypllllbpCEVOwDIqYnoMtBLPX3fuWA/secaWBIEI7YpXDWOUlxin7XRIC7a7QDUY2qJYl3drF3S7x//gj/Fg/nLX3dOIHPDxdTRlsoJbx17+TFXO6/eZYCSyBPp3f4dW6sbdy7cLPV8= Hello I was trying to compile a program (a library actually) in my new shiny Leopard, and then try to use it in Tiger. Everything was OK, apart from the fact that the name of some functions in the frameworks have changed. To be more precise, I found that some symbols were missing, and especially _close$UNIX2003 _fputs$UNIX2003 _fwrite$UNIX2003 _mktime$UNIX2003 _open$UNIX2003 _read$UNIX2003 _strtod$UNIX2003 _write$UNIX2003 By searching this archive I found this post by Greg Parker: http://lists.apple.com/archives/Darwin-dev/2007/Nov/msg00061.html which is informative but doesn't really state which are these special parameters, or what should I put in the #include directive, so that the linker will try to link to "_close" function instead of "_close$UNIX2003" Any help with this? -- Panayotis _______________________________________________ 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)
-
Panayotis Katsaloulis