Search Results

Search: Posts Made By: alltaken
6,545
Posted By alltaken
Yes, the system has mksh as well. Actually I have...
Yes, the system has mksh as well. Actually I have some aix scripts, ksh and ksh93. They are kept in separate directories, I am guessing the ksh scripts are ksh88 and ksh93 are obviously 93 as I can...
6,545
Posted By alltaken
Hi, I already tried them. Below is the output: ...
Hi,
I already tried them. Below is the output:

# strings /bin/ksh | grep Version | tail -2
strings /bin/ksh | grep Version | tail -2
# ksh --version
ksh --version
ksh: ksh: --: unknown option...
6,545
Posted By alltaken
ksh version
Hi,

I am running Suse Linux 12.1 and I am using ksh. How do i get to know which ksh it is, ksh 88 or ksh93 ?

# echo $KSH_VERSION
echo $KSH_VERSION
@(#)LEGACY KSH R50 2014/06/29 openSUSE
#...
1,315
Posted By alltaken
Makefiles
hi,



Ofcourse, abc, sprd, cpd are variables. That is already understood.

EXPLIB_SUBDIRS :

EXP = Export
LIB = Libraries
SUBDIRS = Sub-directories to be searched for the libraries.
...
1,315
Posted By alltaken
Makefiles
Thanks for responding.
May be this could be of some help:

.if (${TARGET_MACHINE} == "LINUX")
EXPLIB_SUBDIRS+= abc sprc cpd
SUBDIRS+= \
cpd \
abc \
sprc \
generic
.else
/*...
1,315
Posted By alltaken
Makefiles
Hi All,

I was going through some makefiles where I saw occurrences of explib_subdirs and expinc_subdirs, which I could not understand.

Exporting libs to subdirs ? Exporting include files to...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 07:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy