Installing MacPorts with a non-standard XCode install
Loren Spice
jadenb1729 at yahoo.com
Wed Mar 23 13:28:31 PDT 2011
--- On Wed, 3/23/11, Ryan Schmidt <ryandesign at macports.org> wrote:
stdio.h is in /usr/include/stdio.h
tclConfig.sh is in /usr/lib/tclConfig.sh
These are standard things to have on your system; if you don't have them, something is awry with your system, either Mac OS X itself, or Xcode (not sure which provides these).
They aren't in a 'basic' OS X install (really!). They do come with Xcode, which puts them in "/Developer" (or $XCODE, in my example). They're not placed in the /usr hierarchy unless you ask for it by installing "UNIX Development"; but that just puts a bunch of hardlinks (I think) to the files in the "/Developer" hierarchy, rather than installing anything new:
> Installs a *duplicate* of the GCC compiler and command line tools included with the core Xcode developer tools package into the boot volume.
(That's the description from the Xcode installer; the emphasis is mine.)
I don't want the installer to choose where to put the files; *I* want to choose where to put them. I know this requires me to go hunting them down and tell Macports about them myself (via CC, LDFLAGS, OBJC, etc.), and I did that; but there is no tclConfig.sh *anywhere* on the disk (according to
{{{
find / -name tclConfig.sh
}}}
). What I'm wondering is if, given the state of my system, there's any way that I can create the file myself, or otherwise work around its absence.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20110323/27c7f48d/attachment.html>
More information about the macports-users
mailing list