Search Results

Search: Posts Made By: anish
4,778
Posted By anish
I am assuming I am running ksh88. I don't have...
I am assuming I am running ksh88. I don't have KSH_VERSION variable defined.


#!/usr/bin/ksh
set +A MASTERARRAY SQLUPDATE SQLUPDATE2 END_OF_ARRAY
set +A SQLUPDATE_DAILY update12 update22
set...
4,778
Posted By anish
It gives me syntax error #!/usr/bin/ksh ...
It gives me syntax error


#!/usr/bin/ksh
set +A MASTERARRAY SQLUPDATE SQLUPDATE2 END_OF_ARRAY
set +A SQLUPDATE update12 update22
set +A SQLUPDATE2 update32 update42
for element in...
4,778
Posted By anish
Using arrays in shell
I have three arrays. One is Master array and that has list of other array in config file.
for e.g (for simplicity I have only defined array with 2 elements each)

set +A MASTERARRAY...
Forum: Programming 12-13-2007
4,815
Posted By anish
Yes. Atleast it seems like it. [frat:/opt]ls...
Yes. Atleast it seems like it.

[frat:/opt]ls /opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/
include libgcc.a libgcc_s.a libsupc++.a pthread
install-tools libgcc_eh.a ...
Forum: Programming 12-13-2007
4,815
Posted By anish
I don't know why it's installed in /usr/bin/gcc....
I don't know why it's installed in /usr/bin/gcc. All our executables are in /usr/bin

But here's the output from command? am I missing any files?

[frat:/usr/bin]gcc -print-search-dirs
install:...
Forum: Programming 12-13-2007
4,815
Posted By anish
[frat:/usr/bin]which gcc /usr/bin/gcc ...
[frat:/usr/bin]which gcc
/usr/bin/gcc
[frat:/usr/bin]./gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld...
Forum: Programming 12-13-2007
4,815
Posted By anish
I tried and still the same error message
I tried and still the same error message
Forum: Programming 12-13-2007
4,815
Posted By anish
New to C/gcc compiler - compile error.
I am new to comiling c/c++ programs with gcc compilier
unix - AIX version 5.3
gcc compiler version - 4.0.0

My makefile.
# makefile 1.0 08/20/98


#CC = cc
CC = gcc
ESQL = esql
CFLAGS = ...
Showing results 1 to 8 of 8

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