• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: C_INCLUDE_PATH & NEXT_ROOT -> Solution ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C_INCLUDE_PATH & NEXT_ROOT -> Solution ?


  • Subject: Re: C_INCLUDE_PATH & NEXT_ROOT -> Solution ?
  • From: l0ne <email@hidden>
  • Date: Fri, 15 Jul 2005 09:00:20 +0200


Il giorno 14/lug/05, alle ore 22:11, xcode-users- email@hidden ha scritto:


export NEXT_ROOT=/Developer/SDKs/MacOSX10.3.9.sdk C_INCLUDE_PATH=/
Developer/SDKs/MacOSX10.3.9.sdk/usr/include ./configure --prefix=/usr/
local/server-services  --with-libwrap  --with-defaults  --sysconfdir=/
usr/local/server-services/etc  --with-out-transports=TCP  --with-
persistent-directory=/usr/local/server-services/db/net-snmp  --with-
mib-modules=host  CPPFLAGS=-I/System/Library/Frameworks/
System.framework/PrivateHeaders
su: export: `./configure': not a valid identifier
su: export: `--prefix=/usr/local/server-services': not a valid
identifier
su: export: `--with-libwrap': not a valid identifier
su: export: `--with-defaults': not a valid identifier
su: export: `--sysconfdir=/usr/local/server-services/etc': not a
valid identifier
su: export: `--with-out-transports=TCP': not a valid identifier
su: export: `--with-persistent-directory=/usr/local/server-services/
db/net-snmp': not a valid identifier
su: export: `--with-mib-modules=host': not a valid identifier

You need to drop the 'export' there (just type in NEXT_ROOT=... C_INCLUDE_PATH=... ./configure ...). This way configure will have NEXT_ROOT and C_INCLUDE_PATH set, but they will be unset when you return to the prompt. If you need them for the whole ./configure && make && make install cycle, you need to set them permanently using export like this


$ export NEXT_ROOT=/Developer/SDKs/MacOSX10.3.9.sdk
$ export C_INCLUDE_PATH=/Developer/SDKs/MacOSX10.3.9.sdk/usr/include
$ ./configure ...

 - ∞


-- Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Problemi di Liquidit‡? Con Logos Finanziaria 30.000 Ä in 24 ore a dipendenti e lavoratori autonomi con rimborsi fino a 120 mesi clicca qui
*
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid)07&d-7
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: Leaks not showing my leak
  • Next by Date: How to debug on older Mac OS X versions?
  • Previous by thread: Re: Dead code stripping and void
  • Next by thread: How to debug on older Mac OS X versions?
  • Index(es):
    • Date
    • Thread