This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Alan, >Date: Fri, 26 Aug 2005 12:49:30 -0400 >From: "Alan Hall" <address@hidden> >Organization: NOAA/NWS/TOC >To: Steve Emmerson <address@hidden> >Subject: Re: Building ldm-6.4.1 on an IBM AIX The above message contained the following: > I have attached the config.log and make.log. ... > Making `all' in directory /usr/local/ldm/ldm-6.4.1/src/rpc > > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG auth_none.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG auth_unix.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG authunix_prot.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG bindresvport.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG clnt_generic.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG clnt_perror.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG clnt_raw.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG clnt_simple.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG clnt_tcp.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG clnt_udp.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG rpc_dtablesize.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG get_myaddress.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG getrpcport.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG pmap_clnt.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG pmap_getmaps.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG pmap_getport.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG pmap_prot.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG pmap_prot2.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG pmap_rmt.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG rpc_prot.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG rpc_callmsg.c > 1500-030: (I) INFORMATION: my_xdr_callmsg: Additional optimization may be > attained by recompiling and specifying MAXMEM option with a value greater > than 4096. > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG rpc_commondata.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG svc.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG svc_auth.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG svc_auth_unix.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG svc_raw.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG svc_run.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG svc_simple.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG svc_tcp.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG svc_udp.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG xdr.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG xdr_array.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG xdr_float.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG xdr_mem.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG xdr_rec.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG xdr_reference.c > c89 -c -qmaxmem=4096 -O -q64 -DNDEBUG xdr_stdio.c > Target "all" is up to date. > > Returning to directory /usr/local/ldm/ldm-6.4.1/src Hmm... It didn't add the object-files in the rpc/ subdirectory to the LDM library in the parent-directory. Odd. Would you please do the following: 1. Go to the top-level source-directory. 2. Remove the file "libldm.a" 3. Execute the command "make" -- redirecting both the standard output and error streams to the file "make.log". 4. Send me the file "make.log". Regards, Steve Emmerson