site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=meg.abyt.es; s=google; h=domainkey-signature:from:to:subject:date:user-agent:references :in-reply-to:reply-by:x-message:mime-version:content-type :content-transfer-encoding:message-id; bh=k83UOSi4NdzJcGh2IAaleYyDikoTNHlfCmYKzM2fAo8=; b=Sk/cNnkHTeiDNQLH23pq/n7dmvdmOxDL0h9e69oSbR1bU8RJranaF0N0V68CFr56ne EJK/SwshY5zFyWzJFfnVkQbEX/e5yLiAkQi7PhcxaLTC79VXuInoLyPB9pA5XG6NAV92 v53rDsj9pyhg61f1bHxVB4/bqWAumd17oNLPQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=meg.abyt.es; s=google; h=from:to:subject:date:user-agent:references:in-reply-to:reply-by :x-message:mime-version:content-type:content-transfer-encoding :message-id; b=CNo/k9eZfP/ZGNTQ0bLV3AsZoH9AMsuG9LwpZPxUCp8YCBLsxp0nFjjNhwo2PUwbSN 1oHtBveQnKOz3/P0pMJSSwwNFUTLyh91fQ2yfIixGJxsgKTCNcuJGiMchJJPgMej6gFz LYWL+sKuX7lj4EUtPK6+rgPmkH0BNe3r1c5og= Reply-by: Wed, 19 Jan 2011 16:20:00 -0600 User-agent: KMail/1.13.5 (Linux/2.6.32-31-server; KDE/4.4.5; x86_64; ; ) On Tuesday 26 April 2011 12:20:01 Joel Reymont wrote:
Answering for posterity: I don't have the 10.5 SDK installed.
On Apr 26, 2011, at 6:18 PM, Joel Reymont wrote:
Folks,
Why do I get this error and how do I fix it?
You don't want to use the "-l" prefix. Just link it directly into the executable (or library), by using the full path, /usr/lib/bundle1.o. The "-l" prefix implicitly adds a "lib" prefix and a ".dylib" suffix to the name you specify, which means it's looking for a file named "libbundle1.o.dylib", which does not exist. -- Tilghman _______________________________________________ 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