Can somebody tell me about "gmake "utility and its apparent advantage with "Imake" and "Make".???
can somebody send me the URLs where I can get more material on above topics? (1 Reply)
Hi
CPAM-TWW, We need to know Whether CPAM-TWW ( cross platform application Management) package comes along With HP-UX11i .
if so , Please get Which package needs to be triggered during installation ( We are more intrested on TWWgmake and TWWutilites( 3rd party software The Written Word)) ... (0 Replies)
I am working on solaris 9. and use gmake to compile and linke c/c++ program.
anybody can tell me the distinguish between gmake and make? :confused: (10 Replies)
Hello,
I have source code of c. When i compiled it using gmake my library gets created on AIX. But without changing the source code, if i try to do gmake each and every time then every time size of created library gets changed.
Can anyone tell me why it's happening?
Am i missing something in my... (3 Replies)
I am using xmake which I guess calls gmake which ... whatever.
I get an error in my compiling and want to know what the error number means. For example, the message might be "Error 139".
Rather then post the exact code fragment and exact output, I want to find the a list of error codes and... (1 Reply)
Hello
I am working on a CPP code written for SUN CC 5.5
and make
we used make to compile the code then it compilation went smooth
now i am using gmake:
I have a make file like this
WSROOT=..
include $(WSROOT)/etc/wsmkinclude.common
all:
@for subdir in */Makefile; \
do \... (1 Reply)
Hello
I am working on a CPP code written for SUN CC 5.5
and make
we used make to compile the code then it compilation went smooth
now i am using gmake:
I have a make file like this
WSROOT=..
include $(WSROOT)/etc/wsmkinclude.common
all:
@for subdir in */Makefile; \
do \... (1 Reply)
hi
with regard that i am new with linux , i don't have any information about GNU make? is it a part of linux or it must be installed in linux separately?
thanks in advance for you attention
best regard
fereshte (1 Reply)
Discussion started by: komijani
1 Replies
LEARN ABOUT OSX
sw_vers
SW_VERS(1) BSD General Commands Manual SW_VERS(1)NAME
sw_vers -- print Mac OS X operating system version information
SYNOPSIS
sw_vers
sw_vers -productName
sw_vers -productVersion
sw_vers -buildVersion
DESCRIPTION
sw_vers prints version information about the Mac OS X or Mac OS X Server operating system running on the local machine.
When executed with no options sw_vers prints a short list of version properties:
% sw_vers
ProductName: Mac OS X
ProductVersion: 10.3
BuildVersion: 7A100
The ProductName property provides the name of the operating system release (typically either "Mac OS X" or "Mac OS X Server"). The
ProductVersion property defines the version of the operating system release (for example, "10.2.4" or "10.3"). The BuildVersion property
provides the specific revision of the operating system as generated by the Mac OS X build system.
OPTIONS
The output of sw_vers can be refined by the following options.
-productName Print just the value of the ProductName property.
-productVersion Print just the value of the ProductVersion property.
-buildVersion Print just the value of the BuildVersion property.
EXAMPLES
% sw_vers -productName
Mac OS X
% sw_vers -productVersion
10.3
% sw_vers -buildVersion
7A100
FILES
/System/Library/CoreServices/SystemVersion.plist
/System/Library/CoreServices/ServerVersion.plist
Mac OS X March 10, 2003 Mac OS X