Make command

Hi there,
Ever since I updated Lion to 10.7.2 "make" command(using bash in Terminal) is not working. It says -bash: make: command not found
Do I need to download something from somewhere?

Do you have the developers tools installed?
It is there in my bash.  More info from the manual in terminal:
man make
You can  post in the UNIX forum:
https://discussions.apple.com/community/mac_os/mac_os_x_technologies#/?tagSet=10 48

Similar Messages

  • I am getting errors when I use the make command

    I am trying to install this software and the ./configure went smoothly but the "make" command is giving me several warnings and a few errors which I am not sure how to fix
    this is the output of make
    Makefile:847: warning: overriding commands for target `clean-bcheck'
    Makefile:825: warning: ignoring old commands for target `clean-bcheck'
    Makefile:852: warning: overriding commands for target `bcheck-am'
    Makefile:830: warning: ignoring old commands for target `bcheck-am'
    Makefile:869: warning: overriding commands for target `clean-bcheck'
    Makefile:847: warning: ignoring old commands for target `clean-bcheck'
    Makefile:874: warning: overriding commands for target `bcheck-am'
    Makefile:852: warning: ignoring old commands for target `bcheck-am'
    Makefile:906: warning: overriding commands for target `clean-bcheck'
    Makefile:869: warning: ignoring old commands for target `clean-bcheck'
    Makefile:911: warning: overriding commands for target `bcheck-am'
    Makefile:874: warning: ignoring old commands for target `bcheck-am'
    make all-recursive
    make[1]: Entering directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1'
    Makefile:847: warning: overriding commands for target `clean-bcheck'
    Makefile:825: warning: ignoring old commands for target `clean-bcheck'
    Makefile:852: warning: overriding commands for target `bcheck-am'
    Makefile:830: warning: ignoring old commands for target `bcheck-am'
    Makefile:869: warning: overriding commands for target `clean-bcheck'
    Makefile:847: warning: ignoring old commands for target `clean-bcheck'
    Makefile:874: warning: overriding commands for target `bcheck-am'
    Makefile:852: warning: ignoring old commands for target `bcheck-am'
    Makefile:906: warning: overriding commands for target `clean-bcheck'
    Makefile:869: warning: ignoring old commands for target `clean-bcheck'
    Makefile:911: warning: overriding commands for target `bcheck-am'
    Makefile:874: warning: ignoring old commands for target `bcheck-am'
    Making all in src
    make[2]: Entering directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src'
    Making all in pics
    make[3]: Entering directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src/pics'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src/pics'
    make[3]: Entering directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src'
    if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/src/pics -I/opt/kde/include -I/opt/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT editaddmul.o -MD -MP -MF ".deps/editaddmul.Tpo" -c -o editaddmul.o editaddmul.cpp; \
    then mv -f ".deps/editaddmul.Tpo" ".deps/editaddmul.Po"; else rm -f ".deps/editaddmul.Tpo"; exit 1; fi
    In file included from /opt/qt/include/qvariant.h:42,
    from _editaddmul.h:13,
    from editaddmul.h:3,
    from editaddmul.cpp:1:
    /opt/qt/include/qstring.h: In member function 'char QChar::latin1() const':
    /opt/qt/include/qstring.h:194: warning: conversion to 'char' from 'int' may alter its value
    /opt/qt/include/qstring.h: In member function 'void QChar::setCell(uchar)':
    /opt/qt/include/qstring.h:219: warning: conversion to 'ushort' from 'int' may alter its value
    /opt/qt/include/qstring.h: In member function 'void QChar::setRow(uchar)':
    /opt/qt/include/qstring.h:220: warning: conversion to 'ushort' from 'int' may alter its value
    /opt/qt/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
    /opt/qt/include/qstring.h:264: warning: conversion to 'ushort' from 'int' may alter its value
    /opt/qt/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
    /opt/qt/include/qstring.h:362: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
    /opt/qt/include/qstring.h:362: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
    In file included from /opt/qt/include/qobject.h:45,
    from /opt/qt/include/qwidget.h:43,
    from /opt/qt/include/qdialog.h:42,
    from _editaddmul.h:14,
    from editaddmul.h:3,
    from editaddmul.cpp:1:
    /opt/qt/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
    /opt/qt/include/qevent.h:520: warning: conversion to 'unsigned char' from 'uint' may alter its value
    In file included from /opt/qt/include/qwidget.h:49,
    from /opt/qt/include/qdialog.h:42,
    from _editaddmul.h:14,
    from editaddmul.h:3,
    from editaddmul.cpp:1:
    /opt/qt/include/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
    /opt/qt/include/qsizepolicy.h:122: warning: conversion to 'uchar' from 'uint' may alter its value
    /opt/qt/include/qsizepolicy.h:122: warning: conversion to 'uchar' from 'uint' may alter its value
    editaddmul.cpp: In member function 'virtual void EditAddMul::OkSlot()':
    editaddmul.cpp:52: error: 'atof' was not declared in this scope
    editaddmul.cpp:54: error: 'atof' was not declared in this scope
    make[3]: *** [editaddmul.o] Error 1
    make[3]: Leaving directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/link/Docs/Builds/Astro/skylendar-1.7.1'
    make: *** [all] Error 2

    I happened to see your question on linuxquestions, and they're probably right about gcc 4.3 being the problem. You should mail the author (off the app in question) and tell him to update the "include statements" to comply with gcc 4.3

  • How to execute  make  Command?

      Run in the terminal inside the  make command,prompt:"-bash:make:command not found"  My system version is Mac OS X 10.7.3 Xcode Version is 4.3.
      How to execute  make  Command?
                                    thanks!!

    I switch to / usr / bin directory also did not find the make  only to find a makeinfo. Google to find relevant information, if installed Xcode will be able to run make, but now does not work.
    But still thank you very

  • 8.0.5 install fails ..." make: command not found ..."

    Hi there,
    I hope anyone can solve my installation problem.
    When running the installer to install Oracle 8.0.5 RDBMS the
    installer reports on "O/S error"
    Error during action 'creating rdms/lib/psoliblist'.
    Command: make -f ins_rdbms.mkb
    /oracle/oracle805/rdbms/lib/psoliblist
    sh: make: command not found
    I haven't been able to find an "make" command/file on my redhat
    6.0
    Is there on anyone else's redhat 6.0?
    Thanx 4 any replies.
    null

    I had this same thought and had made sure the make-7.77-6 was
    installed. I restarted linux (just incase) and attempted to
    install oracle once again. I am installing Oracle 8051 EE on RH
    60. Linux is running on a PII 300 with 128M. The error i
    recieve is listed below.
    I continue to recieve the same error as OTN usere "truncate1".
    Though i get a bit more text with the error this time around.
    <><><><><><><><><><><><><><><><><><><><><>
    error: make -f
    /oracle/oracle8051/network/lib/ins_network.mkntcontab.o
    (if [ "compile" = "compile" ] ;then \
    /oracle/oracle8051/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /oracle/oracle8051/lib/ntcontab.o ;\
    mv ntcontab.o /oracle/oracle/lib ;fi)
    /bin/sh: cc: command not found
    mv: ntcontab.o No such file or directory
    make: ***[ntacontab.o] Error 1
    <><>><><><><><><><><><><><><><><><><><>
    Any thoughts?
    Thanks,
    dennis anthony.
    [email protected]
    Jan Gr0nlien (guest) wrote:
    : truncate1 (guest) wrote:
    : Hi,
    : my RH 6.0 has make installed in RPM "make-3.77-6".
    : That should do it for you to.
    : Regards Jan
    : : Hi there,
    : : I hope anyone can solve my installation problem.
    : : When running the installer to install Oracle 8.0.5 RDBMS the
    : : installer reports on "O/S error"
    : : Error during action 'creating rdms/lib/psoliblist'.
    : : Command: make -f ins_rdbms.mkb
    : : /oracle/oracle805/rdbms/lib/psoliblist
    : : sh: make: command not found
    : : I haven't been able to find an "make" command/file on my
    redhat
    : : 6.0
    : : Is there on anyone else's redhat 6.0?
    : : Thanx 4 any replies.
    null

  • Make command and ins_rdbms.mk file

    RDBMS version : 11.2
    os : UNIX/Unix Like
    To enable a component in Oracle RDBMS , we usually run make command.
    For example to enable partitioning , we run
    $ cd $ORACLE_HOME/rdbms/lib
    $ make -f ins_rdbms.mk part_onWhat does make command do ? What is inside ins_rdbms.mk file?
    One more question :
    in 11.2 , for enabling partitioning, can I skip the above steps and use new chopt utility
    like:
    shutdown  all database
    chopt enable partitioning
    start  all database.Edited by: John_75 on 24-May-2012 09:23
    Added a question

    "make" essentially relinks Oracle binaries. You can view the ins_rdbms.mk file in a text editor if you so desire.
    You can use the "chopt" command from 11.2.0.x only. Pl see this MOS Doc
    How to Check and Enable/Disable Oracle Binary Options [ID 948061.1]     
    HTH
    Srini

  • -bash: make: command not found

    Help me please. I downloaded cdrecord because I need a tool called makeisofs but I am told that I need to compile it first before I can use it. The directions say to type "make" to compile it but when I type make in the terminal window, I get the following message:
    -bash: make: command not found
    I've spent hours looking all over the web for an explanation but I just can not find anything to help me. I even joined some IRC channels but no one types anything in those rooms. It is the weirdest thing.
    Can anyone tell me why I can't compile? The directions I got with the download don't explain a thing.

    I found something that might help. On the second Leopard DVD, there is something called Xcode Tools which I am told has what I need. I'll respond if I have any other questions. Thanks for reading.

  • Make: command not found?

    Hi,
    Just reinstalling Arch and trying to install my NIC drivers for my Motherboard.
    Copied the drivers into /tmp/Lan
    There is a Makefile in the directory...
    When using make or KBUILD_NOPEDANTIC=1 make i just receive the following answer:
    -bash: make: command not found
    It worked last time...have I missed installing something to be able to use the make function?

    skottish wrote:
    ftornell wrote:
    Hi,
    Just reinstalling Arch and trying to install my NIC drivers for my Motherboard.
    Copied the drivers into /tmp/Lan
    There is a Makefile in the directory...
    When using make or KBUILD_NOPEDANTIC=1 make i just receive the following answer:
    -bash: make: command not found
    It worked last time...have I missed installing something to be able to use the make function?
    Install all of the group base-devel if you're going to be building stuff.
    What package is that now so I can use pacman, think I got it localy stored in a cache...

  • Who's Idea was to make the make Command-D duplicate not Deselect?

    O my goodness who's Idea was to make the make Command-D duplicate not Deselect?  Truly an aggravation for Mac Keyboard Shortcut lovers.
    Especially if you have used Command-D a Mac with all other programs for years.
    Is some one trying to make my Mac Crash?
    How about a Keyboard shortcut and menu like photoshop CS2 option?

    It is already a feature request and a promise for the future to have the Bridge have both keyboard shortcuts customizable and to have the Bridge in general more customizable.

  • HT5267 why "make" command is not working anymore with OS X 10.8?

    After the installation of Mountain Lion I am no more able to complire my c++ programs, to install packages with "make" command through the terminal. How this can be solved?

    Is the problem that you can't find make or is make failing in some way?
    If the former have you installed the command line tools. If the later post what you are trying to compile, what you have done and what errors you are getting.

  • Error : GCC ( gnu c compiler)make command not available when I install gnuplot-4.4.3 on OS X10.6.8.

    Dear all,
    I hope this is clear
    Goal: To install gnuplot for OS X.
    Problem: gcc make command not found. When I try to install gnuplot 4.4.3 on os X 10.6.8
    System hardware : Mac mini 2010.
    OS : OS X 10.6.8 snow leopard
    Application installed working : TeXshop 2.3.7, AquaTerm v1.0.1 (1.0.1)
    Questions: Any help or advise on how  and where to get the make command ?

    BTW...This is my error message at terminal....shown below
    Last login: Thu Feb 23 09:37:21 on console
    /Users/lim/Desktop/Source_gnuplot4.4.4/gnuplot-4.4.4/configure ; exit;
    lims-mac-mini:~ lim$ /Users/lim/Desktop/Source_gnuplot4.4.4/gnuplot-4.4.4/configure ; exit;
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /Users/lim/Desktop/Source_gnuplot4.4.4/gnuplot-4.4.4/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... no
    checking for gcc... no
    checking for cc... no
    checking for cl.exe... no
    configure: error: in `/Users/lim':
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.
    logout
    [Process completed]

  • OPatch found the word failed in the stderr of the make command

    Hi Experts,
    While applying this Optach 7695070 - Change In The Timezone File Format as part of upgrading the Vision database version from 11.1.0.7 to 11.2.0.3 in EBS 12.1.1 according to[ID 837570.1] and MOS Doc 1058763.1
    I am getting this error as it seems to have applied but with this Error and warning. kindly Advise.  can i ignore this error & apply the remaining Patches on the current RDBMS 11.1.0.7
    *13417321 - DST 18 : Half Yearly DST Patches, MAY 2012*
    *14112098 - DST Changes For DSTV18 (TZDATA2012C) - Need OJVM Fix*
    Please see the following error of this Optach 7695070 - Change In The Timezone File Format
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm1.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm2.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm3.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm4.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm5.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm6.o)' is incompatible with i386 output
    /usr/bin/ld: final link failed: Invalid operation
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.11.1
    ApplySession adding interim patch '7695070' to inventory
    Verifying the update...
    Inventory check OK: Patch ID 7695070 is registered in Oracle Home inventory with proper meta-data.
    Files check OK: Files from Patch ID 7695070 are present in Oracle Home.
    The local system has been patched and can be restarted.
    The following warnings have occurred during OPatch execution:
    1) OUI-67012:Interim Patch 7695070 has Conflict with patch(es) [  7580744 ] in OH /oracle/VIS/db/tech_st/11.1.0
    2) OUI-67215:
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm1.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm2.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm3.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm4.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm5.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm6.o)' is incompatible with i386 output
    /usr/bin/ld: final link failed: Invalid operation
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.11.1
    3) OUI-67215:
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm1.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm2.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm3.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm4.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm5.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `/oracle/VIS/db/tech_st/11.1.0/lib32/libxml11.a(ltxvm6.o)' is incompatible with i386 output
    /usr/bin/ld: final link failed: Invalid operation
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.11.1
    OPatch Session completed with warnings.
    OPatch completed with warnings.
    Thanks
    Priya

    Please see the output opatch lsinventory
    OPatch]$ opatch lsinventory
    Invoking OPatch 11.1.0.6.2
    Oracle Interim Patch Installer version 11.1.0.6.2
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/VIS/db/tech_st/11.1.0
    Central Inventory : /oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.2
    OUI version : 11.1.0.7.0
    OUI location : /oracle/VIS/db/tech_st/11.1.0/oui
    Log file location : /oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2013-04-06_00-35-30AM.log
    Lsinventory Output file location : /oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/opatch/lsinv/lsinventory2013-04-06_00-35-30AM.txt
    Installed Top-level Products (3):
    Oracle Database 11g 11.1.0.6.0
    Oracle Database 11g Examples 11.1.0.6.0
    Oracle Database 11g Patch Set 1 11.1.0.7.0
    There are 3 products installed in this Oracle Home.
    Interim patches (26) :
    Patch 7695070 : applied on Fri Apr 05 23:52:19 GMT+05:30 2013
    Created on 16 Jun 2009, 21:13:15 hrs PST8PDT
    Bugs fixed:
    7695070
    Patch 8199107 : applied on Thu Mar 26 20:23:06 GMT+05:30 2009
    Created on 9 Mar 2009, 00:10:38 hrs PST8PDT
    Bugs fixed:
    8199107
    Patch 7627743 : applied on Thu Mar 26 20:22:01 GMT+05:30 2009
    Created on 10 Mar 2009, 15:51:39 hrs PST8PDT
    Bugs fixed:
    7627743
    Patch 7639602 : applied on Thu Mar 26 20:20:56 GMT+05:30 2009
    Created on 26 Feb 2009, 01:45:53 hrs PST8PDT
    Bugs fixed:
    7639602
    Patch 7211965 : applied on Thu Mar 26 20:19:52 GMT+05:30 2009
    Created on 13 Feb 2009, 03:56:22 hrs PST8PDT
    Bugs fixed:
    7211965
    Patch 7708501 : applied on Thu Mar 26 20:18:13 GMT+05:30 2009
    Created on 19 Feb 2009, 00:39:35 hrs PST8PDT
    Bugs fixed:
    7708501
    Patch 7330434 : applied on Thu Mar 26 20:17:02 GMT+05:30 2009
    Created on 5 Feb 2009, 15:52:31 hrs US/Pacific
    Bugs fixed:
    7330434
    Patch 7708340 : applied on Thu Mar 26 20:14:38 GMT+05:30 2009
    Created on 28 Jan 2009, 12:31:50 hrs PST8PDT
    Bugs fixed:
    7708340
    Patch 7327166 : applied on Thu Mar 26 20:13:37 GMT+05:30 2009
    Created on 31 Dec 2008, 10:49:56 hrs PST8PDT
    Bugs fixed:
    7327166
    Patch 7486407 : applied on Thu Mar 26 20:12:26 GMT+05:30 2009
    Created on 10 Nov 2008, 09:44:03 hrs US/Eastern
    Bugs fixed:
    7486407
    Patch 7243270 : applied on Thu Mar 26 20:11:19 GMT+05:30 2009
    Created on 13 Oct 2008, 02:27:02 hrs PST8PDT
    Bugs fixed:
    7243270
    Patch 7277741 : applied on Thu Mar 26 20:11:07 GMT+05:30 2009
    Created on 17 Oct 2008, 03:44:03 hrs PST8PDT
    Bugs fixed:
    7277741
    Patch 7319922 : applied on Thu Mar 26 20:09:56 GMT+05:30 2009
    Created on 17 Oct 2008, 01:43:44 hrs PST8PDT
    Bugs fixed:
    7319922
    Patch 4247037 : applied on Thu Mar 26 20:08:44 GMT+05:30 2009
    Created on 15 OCT 2008, 01:58:00 hrs US/Pacific
    Bugs fixed:
    4247037
    Patch 6530141 : applied on Thu Mar 26 20:08:31 GMT+05:30 2009
    Created on 14 Oct 2008, 23:35:35 hrs PST8PDT
    Bugs fixed:
    6530141
    Patch 6598432 : applied on Thu Mar 26 20:07:26 GMT+05:30 2009
    Created on 30 Oct 2008, 03:18:20 hrs PST8PDT
    Bugs fixed:
    6598432
    Patch 6815733 : applied on Thu Mar 26 20:06:21 GMT+05:30 2009
    Created on 29 Oct 2008, 21:33:15 hrs PST8PDT
    Bugs fixed:
    6815733
    Patch 6991626 : applied on Thu Mar 26 20:05:16 GMT+05:30 2009
    Created on 14 Oct 2008, 23:25:07 hrs PST8PDT
    Bugs fixed:
    6991626
    Patch 7111245 : applied on Thu Mar 26 20:04:12 GMT+05:30 2009
    Created on 25 Nov 2008, 06:48:28 hrs PST8PDT
    Bugs fixed:
    7111245
    Patch 7253531 : applied on Thu Mar 26 20:01:41 GMT+05:30 2009
    Created on 24 Nov 2008, 03:52:49 hrs PST8PDT
    Bugs fixed:
    7253531
    Patch 7556778 : applied on Thu Mar 26 20:00:41 GMT+05:30 2009
    Created on 4 Dec 2008, 10:00:41 hrs US/Eastern
    Bugs fixed:
    7556778
    Patch 7000281 : applied on Thu Mar 26 19:59:31 GMT+05:30 2009
    Created on 1 Dec 2008, 20:19:47 hrs PST8PDT
    Bugs fixed:
    7000281
    Patch 6263237 : applied on Thu Mar 26 19:58:20 GMT+05:30 2009
    Created on 15 Oct 2008, 01:33:34 hrs PST8PDT
    Bugs fixed:
    6263237
    Patch 6870937 : applied on Thu Mar 26 19:57:07 GMT+05:30 2009
    Created on 14 Oct 2008, 23:34:48 hrs PST8PDT
    Bugs fixed:
    6870937
    Patch 7295298 : applied on Thu Mar 26 19:56:01 GMT+05:30 2009
    Created on 16 Dec 2008, 00:47:13 hrs PST8PDT
    Bugs fixed:
    7295298
    Patch 6972189 : applied on Thu Mar 26 19:54:42 GMT+05:30 2009
    Created on 14 Oct 2008, 23:34:20 hrs PST8PDT
    Bugs fixed:
    6972189

  • Mac - package maker command line arguments

    Hi , I am trying with package maker command line to create a package. What option need to  set in command line to avoid Admin/Password while installing package created by Package maker. The same thing we can do using GUI by checking option "Require Admin Auth.." in configuratoin TAB.
    Your quick reply will be appreciated.

    See:
    http://javafx-jira.kenai.com/browse/RT-24993
    "Native packaging: native launcher should pass command line parameters to the app"
    fixed for jdk7u10
    jdk7u10 is downloadable from here:
    http://jdk7.java.net/download.html
    It may take a week or two for the fix to propagate into there.

  • [Solved] Need 'make' command to install nic driver - can I d/l to usb?

    I have a Linhes box running archlinux. The pc has a realtek driver that does not work. I have the updated driver that will work but as I have no internet access on the pc I need to install the driver from a usb stick. However, I cannot run the 'make' command because it is not installed. I cannot install anything from pacman because I have no internet access. So my question is can I download whatever I need (base-devel?) from another pc and install it through a usb stick so that I can then install the realtek driver?
    Last edited by Ozdemon (2012-09-16 19:40:19)

    lucke wrote:"make" belongs to a make package, and this package depends only on sh and glibc. Use the "Download from mirror" link on http://www.archlinux.org/packages/core/i686/make/ (change the version to x86_64 if needed by following the link below "Download from mirror") and pacman -U that package on the destination pc.
    Thanks, that looks like just what I need. Can you confirm that I do not extract the package, I just put it on to the usb and then as root pacman -U /path/to/package?

  • How can I make command line interface (CLI)

    Hi All,
    How can I make command line interface ( CLI ) In Java using JTextArea or JTextField.
    Thanks In advance..
    Vikas Sahu

    We do agree with your assessment and have plans to improve all of these aspects. Unfortunately, it takes a long time and a lot of work to turn "working" software into "simple to use" software, but we are working on it, and it is a high priority for us to make it simpler to use and develop for and administer Coherence.
    Peace,
    Cameron Purdy | Oracle Coherence

  • How do i get the ' make ' command to work?

    This is probably an easy one for you guys...
    I have tried to install a few apps and some of them require the make command. But this command doesnt work and i get make: not found in the terminal
    I have read i need something called SunPRO make ??

    It looks like cc is trying to make a directory where you executed '/usr/ccs/bin/make', and it's failing. You don't need to 'run' the Makefile, make will see it and use it - which it has in this case. It could also be a app that needs to be installed as root. Are you root?
    Also, better more usefull tools, are at www.sunfreeware.com. Download 'make' and 'gcc'. They will install to /usr/local/bin, so you will need to update your PATH, but things will complie with fewer problems. The local 'make' and 'cc' aren't really meant for anything other than Sun's patches.
    temporarily changing your $PATH,
    PATH=$PATH:/usr/local/bin ( you could put whatever you like, whatever makes sense for what you are doing ).
    You may have also installed some freeware from Sun, check /usr/sfw/bin.
    Tom de

Maybe you are looking for