Re: ld: library not found for -lbundle1.o
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:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=3C3jmcICIr/rRqMhqFJQ2XlIi8KZpYv7x8mAvo7Gv8s=; b=QIGAALKE2FR6/+NjJG7TKULByRXwuVWSPRieA26rziHjU9qsKO50U3ZDUt5yZcBXAu 4sujNExZvP7dD+YMik217tTI10ART5CR7WGMhf3D/juNnFY/iMGHzAqXgEY6dZc4O7iQ zeSgD8vzNlWUMv0jNjouB9ZKxYCIzzf6EIq8g= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=hga9KEhmNL/vGt6kLX5318a0/paKuJSNzG89Tsjh9INduUjcyi/YH0AV6vStm8vj05 2gc7OLWTqlShAg5qlKFUbm5NKxo/ljrjarAXblvPvMfl3zy86Ce4EhzzSIRznwqPZpvW Zmu6TIKBSTX7Req2Rexv8nnKUWkKjuwZeElsc= On Apr 26, 2011, at 8:03 PM, Tilghman Lesher wrote:
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.
It's gcc that's doing it, I'm not doing this manually. Thanks for the tip, though. -------------------------------------------------------------------------- - for hire: mac osx device driver ninja, kernel extensions and usb drivers ---------------------+------------+--------------------------------------- http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont ---------------------+------------+--------------------------------------- _______________________________________________ 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)
-
Joel Reymont