Xcode 3.0 install wiped make, gcc, etc -- HELP!

I just installed Leopard, and found out that Xcode is not installed by default, so I went ahead and installed it. Before installation both gcc and make seemed to be working okay, but afterward I got the following errors --
1) make:/usr/bin/make -- No such command or directory
2) gcc -- No such command or directory
Etc. What just happened?

Try running the Xcode installer again, and when you get to the screen where you can choose your destination or customize installation, click the "Customize" button. Then, make sure that "UNIX Development support" is checked, and continue with the install.

Similar Messages

  • I have 4GB ram running 10.7.5 . Would installing Mavericks make it easier to run apps such as VMware,Xcode and ADT(Eclipse)?

    I have 4GB ram running 10.7.5 . Would installing Mavericks make it easier to run apps such as VMware,Xcode and ADT(Eclipse)?

    I fully agree with Barney-15E above.
    Well if you are entertaing the idea why not up grade the OS
    Then see for yourself how you use your Mac.  You can always upgrade at that point.
    RAM is the best bang for your buck.
    OWC  http://www.macsales.com/
    Crucial  http://www.crucial.com/
    System requirement fot Mavericks actually designate 2GB minimium:
    http://support.apple.com/kb/ht5842

  • Using Xcode's C/Cpp Compilers,Make, and Debugger Commands

    Hello,
    I am trying to configure a copy of Netbeans for use on my Macbook Pro running Snow Leopard.  I installed the XCode directories today and I am trying to point Netbeans to the right C Compiler, C++ Compiler, Assembler, Make Command, and Debugger Commands that were provided with XCode.  I have pointed it to the following locations but Netbeans doesn't even understand the   #include <cstdlib>  directive.  I've included the Netbeans parameters that I have to fill in as well as the directory with the Apple llvm XCode compilers.  Thank you so much for your help.
    If someone could please tell me which of these compilers need to go where to allow Netbeans to compile C/C++ code and also help me figure out how to fill out the "Assembler", "Make Command", and "Debugger Command" I would be very grateful.
    Thanks,
    Evan

    Since Xcode puts symbolic links in the standard Unix directories, and since the tools are smart enough to call the correct variants when required, why not just use (assuming from your graphics that you want to use the LLVM frontend to the GNU toolchain):
    /usr/bin/llvm-gcc (C Compiler)
    /usr/bin/llvm-g++ (C++ Compiler)
    /usr/bin/make (Make)
    /usr/bin/gdb (Debugger)
    Or, if you didn't install the Unix development tools and just the Xcode tools, use:
    /Developer/usr/bin/llvm-gcc
    etc, etc.
    This also has the advantage that you won't break your tools every time you update Xcode.
    Finally, you do realize that you only need to provide an assembler if you are actually writing Assembly Language code that needs to be compiled (similarly to how you only need to provide a Fortran compiler if you are going to be writing and compiling Fortran...).

  • Hi, I forgot my user password mac 10.9.4 I don't need it to log in but i need it to make changes, etc. It says a password hasn't been set for this account but it still asks for one when i click on the lock icon. can anyone help me? thx!

    Hi, I forgot my user password mac 10.9.4 I don't need it to log in but i need it to make changes, etc. It says a password hasn't been set for this account but it still asks for one when i click on the lock icon. can anyone help me? thx!

    This is a little confusing since you say you have forgotten your password and then the system says you have not entered a password.  Even with an Admin account you must have a password to install software.
    If you are using Mac OS X 10.7 or above, you can change the admin password by restarting holding the Command and R keys, from the menu bar select Utilities, then Terminal.  When the Terminal window opens, at the cursor type exactly:
    resetpassword
    and press Enter.  When the Reset Password window opens, select the internal hard drive, and then the user account.  Type a new password twice, leave the Hint blank, and then Save.  Accept the next dialog that opens, and at the bottom of the Reset Password window agree to resetting the home directory permissions.
    Quit the Reset Password window, go to the apple left side of the menu bar, Restart.
    And you have a new password for your account.

  • How do I install 32 bit gcc on a OEL 5.8 64 bit system

    Hi,
    How do I install 32 bit gcc on a OEL 5.8 64 bit system
    the command to check whether the required versions of the 32-bit and 64-bit glibc packages are installed is as follows:
    rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH}\n' packagename
    while I understand the package name is gcc, how do I know the name for its 32 bit counterpart?
    thanks

    Hi dude thanks a lot,
    my objective: install oracle 10gr2 on oel 5.8 remotely. I've set up a virtualbox for oel 5.8
    but right now I encountered another problem,
    enterprise manager configuration failed due to the following error - invalid value null for parameter PORT
    from Unable to start enterprise management console
    and have rebuild the repository
    oracle@source ~]$ emca -repos create
    STARTED EMCA at Aug 30, 2012 6:00:08 AM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_repos_create_<date>.log for more details.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    Could not complete the configuration. Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    [oracle@source ~]$
    details for u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log is as follow
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
    118,1 Bot
    here's my /etc/hosts profile
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    #92.242.132.18          source.localdomain source
    192.168.0.211          source.localdomain source
    here's my ifconfig settings
    [oracle@source ~]$ /sbin/ifconfig
    eth0 Link encap:Ethernet HWaddr 08:00:27:EE:68:57
    inet addr:192.168.0.211 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::a00:27ff:feee:6857/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:180055 errors:0 dropped:0 overruns:0 frame:0
    TX packets:323764 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:26740364 (25.5 MiB) TX bytes:62621397 (59.7 MiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:18198 errors:0 dropped:0 overruns:0 frame:0
    TX packets:18198 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:22512862 (21.4 MiB) TX bytes:22512862 (21.4 MiB)
    would really appreciate some one could really guide me what's the solutions to the above EM confugration problem as I'm run out of ideas.
    thanks a lot!

  • Hello. I was wondering what version of xcode may be installed on an old powerpc powerbook G4 with mac os x 10.4.11. What version? where may I download it from? Thanks a lot!

    Hello friends
    I was wondering what version of xcode may be installed on a powerpc PowerBook G4 laptop with Mac OS X 10.4.11. What version would work on it? Where may I find it? I use the X11 package a lot. 
    Thanks a lot!

    You can download it for free from the Apple Developer Connection web site, but you have to have a membership. Go to this page:
    http://developer.apple.com/products/
    Scroll down to the bottom of the page and the bottom right choice is the free online membership. Once you're signed up, you can log in and Download the Xcode tools. There will probably be several to choose from, including Xcode 3 and Xcode 2.5, so make sure you get the right one.

  • Install Window Maker  window manager?

    Is there a way to install and use Window Maker for apps using X11 (like The Gimp)?
    http://www.windowmaker.info/
    http://www.gimp.org/macintosh/
    Thanks

    Hi Mac-oholic,
       If you install the X11SDK.pkg package with Xcode you may be able to compile Window Maker but I've not done it so I don't know how difficult it is.
       One thing that I know works is to install Fink and get Fink to install Window Maker with the command, "fink install windowmaker".
    Gary
    ~~~~
       Don't let your status become too quo!

  • Install package maker

    Hello everyone,
    I've a Mac OS 10.6 and I want to use Package Maker to generate a setup for my application but I don't know how.  XCode is already installed on my machine.
    Can anyone tell me how to do ?
    Many Thanks in advance.
    Best regards.

    if you use your system as the template and that folder exist, doesn't Package Maker create that directory on the client if it doesn't exist?
    I know I've done this before but perhaps it was with a third party shareware package maker.

  • Launching xcode from nfs share (Ensure that Xcode.app is installed on a volume with ownership enabled)

    Hi!
    We have mac mini (Yosemite) and NFS server under Ubnuntu 14.04.
    Also we have xcode resides on NFS share that mounted to mac.
    Problem: When I try launch xcode from nfs share I got error message:
    NSLocalizedRecoverySuggestion=Ensure that Xcode.app is installed on a volume with ownership enabled
    You can see full error here:
    https://gist.github.com/keferoff/fcfd3ea6c13f6ba481fa
    The question is:
    How I can launch xcode from nfs share? For some reasons I can't use xcode-select or store several xcodes locally.
    Thanks in advance!

    It's cool answer but I need solution how to accomplish my task. Maybe I can use iSCSI device or NBD device ot maybe there we have some NFS mount options?

  • Error in invoking target install of make file /opt/oracle/product/9.0.1/ctx/lib/ins_c

    I am trying to install Oracle 9i database release 2 on Linux RedHat 7.3. I got error message from OUI during the linking Oracle database
    error in invoking target install of make file /opt/oracle/product/9.0.1/ctx/lib/ins_ctx.mk
    Any input is greatly appreciated.

    Pl identify exact version of "10g" you are trying to install. Are you following all of the steps in the Install Guide ? Pl post the last 50 lines from the install log file
    HTH
    Srini

  • Please help me install Pattern Maker?

    Hi,
    At this url:
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4687&fileID=4377
    I am trying to download the plugin:
    CS5_Optional_PlugIns_Installer.dmg
    The files included are:
    CS5 Optional Extension Plug-Ins.mxp
    and
    CS5 Optional Plugins.mxp
    When I attempt to install either of these two files, I get the following error message:
    I’m attempting to place the installs into the Applications> Photoshop CS5 > Plugins > Optional Plugins
    I'm on a Mac OS 10.6.5
    What am I doing wrong?
    Thank you so much in advance.
    Linda

    Hi Linda,
    Sorry if I confused, but I just want to make sure that you don't have all the Optional Extensions installed and enabled (as fallout from trying to get Pattern Maker working). There are two .mxp files and you mentioned trying to install both of them. I haven't seen the actual error you get, so to be safe, I'm suggesting that you make sure to disable all the Optional Extensions (and likely all the optional plug-ins that you don't need too). The installers are/were all or nothing (I'm not sure if the installer .mxp for Optional Extensions has been removed yet).
    The quickest way to uninstall is using the CS5 Service Manager application (IF it is working correctly). The quickest way to tell if they are installed is probably to look in this folder: Adobe Photoshop CS5/Plug-Ins/Extensions.
    There should only be 5 there by default: Enable Async IO, FastCore, MMXCore, MultiProcessor Support, and ScriptingSupport.
    Let me know if you still have  questions,
    regards,
    steve
    Linda1234567 wrote:
    Okay, now I have no idea what you're talking about!  pattern maker is working.  Can't I just leave well enough alone?:-)Linda
    Date: Wed, 29 Dec 2010 17:37:09 -0700
    From: [email protected]
    To: [email protected]
    Subject: Photoshop Macintosh Please help me install Pattern Maker?
    Hi Linda,
    If you installed the Optional Extensions Plug-Ins.mxp you'll want to uninstall all of them (or disable them and only enable individual ones that are needed). To uninstall, use the CS5 Extension Manager. To disable them, individually rename each with a tilde(~) as the first character.
    regards,
    steve
    >

  • My macbook wont except my administrator name even after i reset my admin pasword and keychain login password so I am unable to install or make any account changes. Suggestions anyone? I've been at this for hours now....

    My macbook wont except my administrator name even after I reset my admin pasword and keychain login password so I am unable to install or make any account changes. I can't even install any software. Suggestions anyone? I've been at this for hours now....

    Try Resetting the PRAM

  • EPM11 Impossible to install and make run properly

    Hi all,
    I have made several attempts to install EPM11 on my box (XP, 4GB RAM)
    After every unsuccessfull try I have uninstalled all components and deleted the entire Hyperion directory. Rebooted then the maschine.
    There are a lot of not understandable issues that I found:
    1. No Sample Apps has been installed except one with a strange name ($..). Sample Apps has been allways installed in older version - so only this seems to be a bug.
    2. Finally in my latest attempt (after rebooting when the hss has been installed and confirured) I was able to register essbase to hss. In all priviously attemts (without reboot) allready this failed.
    3. No Excel-Add-On is aviable after installation. And when I register it out from Excel nevertheless nothing happens when I try the connect menue.
    4. When I'm in hss-Console and go to the Essbase-Server-Prohekt then my DB (Oracle11gR1) trurns hight up to 50% of proseccor. Afterwards it is impossible to something else with EPM.
    5. Essbase Visual Explorer brings me an: Error initializing the Esbase API (Errorcode 1030725)
    Question:
    Has anyone ever been able to install the EPM11 in combination with a Oracle11gR1 Repossitory successfully.
    Should not everything goes better with the new installer ?
    Actuelly it seems more to be in a mess.
    I'm really a bit despaired and helpless.
    Andre

    Good day!
    Sir/Ma'am, If you're going to install the entire EPM 11.1.1 (Client tier, Web Tier, Service tier), I suggest you use Windows Server 2003 or the likes. Never use a 32 bit OS like XP.
    If you only want to install the client tier, then you won't have any problems with Windows XP.
    Also, make sure that you install IIS 6.0 or higher on your Windows Server 2003 for EPM 11.1.1 to be installed successfully.
    Hope this helps.
    Cheers!

  • Oracle 9.0.1on RH 9: "Error in involking target install of make file"

    I have complete 100% for install Oracle 9.0.1 i on RH 9
    But the problem happen during second step, is Oracle Configuration. when I finished 62% the error message occure. It is
    "Error in involking target install of make file
    /opt/oracle/product/9.0.1/plsql/lib/ins_plsql.mk"
    I try to solve this solution by set LD_SELF_CONTAINED=""
    in z/opt/oracle/product/9.0.1/bin/genclntsh file.
    after that i run /opt/oracle/product/9.0.1/bin/genclntsh
    the error is: "cp: cannot stat '/DISCARD/'"
    Please help me...

    I don't remember where on OTN I found this, but if you haven't already, you need to install binutils-2.11.90.0.8-13.i386.rpm. Also, make sure you have K shell installed, make a symbolic link (ln -s /sbin/fuser /bin/fuser), have /usr/bin as the first entry in your $PATH. All of the above should be stated on the first 'popup window' during the install.

  • Do I need to provide the physcial hostname to iAS during installation or can I just that installed name into the /etc/hosts file?

     

    Hi,
    Pls confirm if you are using Windows 2000 Pro, in this O/S the
    hostname is the name of the computer itself. Check the
    MyComputer->Properties->Network Identification->Properties, the name you
    find under the computer name will be automatically taken while
    installation, if it doesn't then there is some error. However the
    C:\Winnt\System32\Drivers\Etc\hosts doesn't matter much while installing
    iAS 6.0 SP1 or above. Hope this helps
    Regards
    Raj
    Hazel Seow wrote:
    Do I need to provide the physcial hostname to iAS during installation
    or can I just that installed name into the /etc/hosts file?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

Maybe you are looking for