Search Results

Search: Posts Made By: Akeson Chihiro
Forum: Programming 03-31-2005
11,329
Posted By Akeson Chihiro
Better...
char *param[]={"wgrib","","-s","-p","0","-text","-o",""},location[100];

...
param[1] = Finder();
param[7]="dumpX";
wgrib(8, param);
...

:rolleyes:
Forum: Programming 03-25-2005
11,329
Posted By Akeson Chihiro
*argv oki
With the above code, using the strcat function, ptr2[0] = "..." , ptr2[1] is set to "null", etc... I have just found my error. I must "send" my params as an ARRAY :p .
Here is my new code, working...
Forum: Programming 03-25-2005
11,329
Posted By Akeson Chihiro
*argv[]
I replaced **argv by *argv[]

Doesn't seem to work :o
char location[100],param[150],*ptr1,**ptr2;

Location is the path of the brib file;

strcat(param,"wgrib ");
strcat(param,location);...
Forum: Programming 03-18-2005
11,329
Posted By Akeson Chihiro
Using argv argc
I searched on the forums. No advises.
I am using a previous source code. I changed the main function main(int argc, char **argv) in a function misc(int argc, char **argv). How do you use the argc...
13,293
Posted By Akeson Chihiro
X64
I success by deleting the -X64 option. Otherwise man ar yields :
NAME
ar - create, modify, and extract from archives

SYNOPSIS
ar [-X32_64] [-]p[mod [relpos] [count]] archive...
13,293
Posted By Akeson Chihiro
Too fast
http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/cmds/aixcmds1/ar.htm
I apologize. I do not have an IBM server (laughs) :p
By editing the default makefile, I find...
13,293
Posted By Akeson Chihiro
...
:mad: I was told to tape make in the correct directory to execute the makefile. I use Shell Script so often that I forget my little knowledges. I debug the script except the following error :
...
13,293
Posted By Akeson Chihiro
makefile sh script
Hello World ! ! !

I need libraries to use grib files. I only know the C language at the moment and I am working at the University under Red Hat 9.0. I downloaded the g2clib library...
Showing results 1 to 8 of 8

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