[gradsusr] Problems - build grads-2.0.a8
Huddleston, John
Huddleston at cira.colostate.edu
Mon May 16 08:17:54 EDT 2011
Marcia
The clock_gettime is in the librt.a so add a -lrt
I do not have a GetFile; however, I use Ubuntu and you have RedHat.
Use this script 'get_lib' to find the library with the GetFile object
#!/bin/bash
for a in $*
do
for i in *.a;
do
nm $i 2>/dev/null | grep " T *${a}";
if [ $? = 0 ]; then
echo $i;
fi
done
done
Go to your /usr/lib and run it as follows:
get_lib GetFile
Two comments:
1) There are two Linux versions IGES and OpenGrads
2) Both of these use the newer version a9.
John
________________________________
From: gradsusr-bounces at gradsusr.org [gradsusr-bounces at gradsusr.org] On Behalf Of "Márcia M. Schubert Dolbrowolsky" [marcia.schubert at cptec.inpe.br]
Sent: Thursday, April 08, 2010 1:42 PM
To: gradsusr at gradsusr.org; "Márcia M. Schubert"
Subject: [gradsusr] Problems - build grads-2.0.a8
I´m having trouble compiling grads 2.0.8a with supplibs.
See file attachments.
Any idea ?? Thanks
--
Marcia Maria Schubert Dolbrowolsky
marcia.schubert at cptec.inpe.br<mailto:marcia.schubert at cptec.inpe.br>
Analista de Suporte
Serviço de Supercomputação e Suporte - SSS
Centro de Previsão de Tempo e Estudos Climáticos - CPTEC
Instituto Nacional de Pesquisas Espaciais - INPE
Rod. Presidente Dutra, km 40 - Cachoeira Paulista / SP
Fone: +55 (12) 3186-8501
Fax: +55 (12) 3101-2835
Este e-mail contém informações confidenciais e seu conteúdo é dirigido ao uso do indivíduo ou da entidade mencionados acima. Se você recebeu esta mensagem por engano, por favor, notifique o remetente e remova-a imediatamente.
This e-mail contains confidential information intended only for the use of the individual or entity named above. If you are not the intended recipient, please notify the sender and delete it immediately.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20110516/8ab3327a/attachment-0003.html
More information about the gradsusr
mailing list