|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Installation problems - please help!I have been trying to install GMT on my Mac OSX 10.4 for some time now but
keep encountering problems and wondered whether anyone could help? I have installed xdeveloper tools from the OSX installation disk (successfully as far as I am aware) and believe I have logged in as 'root' suggested by forum discussions on the following problem (by typing 'sudo passwd root' into terminal and entering my adminpassword and then a new root password), yet at the same point at the installation process i get the following message: Making check in man make[1]: Nothing to be done for `check'. Making check in win32 Making check in NET Making check in examples make[3]: Nothing to be done for `check'. Making check in libsrc make[3]: Nothing to be done for `check'. Making check in ncdump make[3]: Nothing to be done for `check'. Making check in ncgen make[3]: Nothing to be done for `check'. Making check in nctest make[3]: Nothing to be done for `check'. Making check in nc_test make[3]: Nothing to be done for `check'. make[3]: Nothing to be done for `check-am'. make[2]: Nothing to be done for `check-am'. Making install in libsrc make install-am test -z "/usr/local/netCDF/lib" || .././install-sh -c -d "/usr/local/netCDF/lib" mkdir: /usr/local: Permission denied mkdir: /usr/local: No such file or directory mkdir: /usr/local/netCDF: No such file or directory make[3]: *** [install-libLTLIBRARIES] Error 1 make[2]: *** [install-am] Error 2 make[1]: *** [install] Error 2 make: *** [install-recursive] Error 1 Can anyone help? I am a beginner to this sort of thing so any basic guidance / solution would be really appreciated, especially as i have some work needed to be done urgently in GMT!! Thank you. To unsubscribe, send the message "signoff gmt-help" to listserv@... |
|
|
Re: Installation problems - please help!Hi Emma,
[...] > mkdir: /usr/local: Permission denied > mkdir: /usr/local: No such file or directory > mkdir: /usr/local/netCDF: No such file or directory > make[3]: *** [install-libLTLIBRARIES] Error 1 > make[2]: *** [install-am] Error 2 > make[1]: *** [install] Error 2 > make: *** [install-recursive] Error 1 > > Can anyone help? I am a beginner to this sort of thing so any basic > guidance > / solution would be really appreciated, especially as i have some work > needed to be done urgently in GMT!! Thank you. No need to login as root, you can try to get GMT compiled by typing: sudo make all Also, I'd make sure to clean up your GMT install dir beforehand ("sudo make spotless" or simply "make spotless"). HTH, Christian To unsubscribe, send the message "signoff gmt-help" to listserv@... |
|
|
Re: Installation problems - please help!Hi Christian,
I have tried what you suggested, but I am not sure I am doing it right! I get the message below when i type your suggested commands into x11/terminal: 'make: *** No rule to make target `install'. Stop.' Where do I type 'sudo make all' if I am doing it wrong? If so, is anything required before or after like a link to my gmt install/parameter files? I'm sorry, my computer code knowledge is very basic and I don't know how to use sudo commands... Thank you, Emma
|
|
|
Re: Installation problems - please help!You need to cd into the GMT4.5.1 dir before you run make.
-p On Oct 18, 2009, at 8:01 AM, Emma Johnston wrote: > Hi Christian, > > I have tried what you suggested, but I am not sure I am doing it > right! I > get the message below when i type your suggested commands into x11/ > terminal: > > 'make: *** No rule to make target `install'. Stop.' > > Where do I type 'sudo make all' if I am doing it wrong? If so, is > anything > required before or after like a link to my gmt install/parameter > files? I'm > sorry, my computer code knowledge is very basic and I don't know how > to use > sudo commands... > > Thank you, > > Emma > > > > > chlists wrote: >> >> Hi Emma, >> >> [...] >>> mkdir: /usr/local: Permission denied >>> mkdir: /usr/local: No such file or directory >>> mkdir: /usr/local/netCDF: No such file or directory >>> make[3]: *** [install-libLTLIBRARIES] Error 1 >>> make[2]: *** [install-am] Error 2 >>> make[1]: *** [install] Error 2 >>> make: *** [install-recursive] Error 1 >>> >>> Can anyone help? I am a beginner to this sort of thing so any basic >>> guidance >>> / solution would be really appreciated, especially as i have some >>> work >>> needed to be done urgently in GMT!! Thank you. >> >> No need to login as root, you can try to get GMT compiled by typing: >> >> sudo make all >> >> Also, I'd make sure to clean up your GMT install dir beforehand >> ("sudo >> make spotless" or simply "make spotless"). >> >> HTH, >> Christian >> >> To unsubscribe, send the message "signoff gmt-help" to listserv@... >> >> > > -- > View this message in context: http://www.nabble.com/Installation-problems---please-help%21-tp25842672p25941773.html > Sent from the GMT - User mailing list archive at Nabble.com. > > To unsubscribe, send the message "signoff gmt-help" to listserv@... To unsubscribe, send the message "signoff gmt-help" to listserv@... |
|
|
Re: Installation problems - please help!HI all
I am getting the following problem when trying to install GMT4.5.1 ld: symbol(s) not found collect2: ld returned 1 exit status make[1]: *** [blockmean] Error 1 make: *** [gmt] Error 2 any ideas why this is happening and any suggestions on how to solve it? Thanks > You need to cd into the GMT4.5.1 dir before you run make. > -p > > On Oct 18, 2009, at 8:01 AM, Emma Johnston wrote: > >> Hi Christian, >> >> I have tried what you suggested, but I am not sure I am doing it >> right! I >> get the message below when i type your suggested commands into x11/ >> terminal: >> >> 'make: *** No rule to make target `install'. Stop.' >> >> Where do I type 'sudo make all' if I am doing it wrong? If so, is >> anything >> required before or after like a link to my gmt install/parameter >> files? I'm >> sorry, my computer code knowledge is very basic and I don't know how >> to use >> sudo commands... >> >> Thank you, >> >> Emma >> >> >> >> >> chlists wrote: >>> >>> Hi Emma, >>> >>> [...] >>>> mkdir: /usr/local: Permission denied >>>> mkdir: /usr/local: No such file or directory >>>> mkdir: /usr/local/netCDF: No such file or directory >>>> make[3]: *** [install-libLTLIBRARIES] Error 1 >>>> make[2]: *** [install-am] Error 2 >>>> make[1]: *** [install] Error 2 >>>> make: *** [install-recursive] Error 1 >>>> >>>> Can anyone help? I am a beginner to this sort of thing so any basic >>>> guidance >>>> / solution would be really appreciated, especially as i have some >>>> work >>>> needed to be done urgently in GMT!! Thank you. >>> >>> No need to login as root, you can try to get GMT compiled by typing: >>> >>> sudo make all >>> >>> Also, I'd make sure to clean up your GMT install dir beforehand >>> ("sudo >>> make spotless" or simply "make spotless"). >>> >>> HTH, >>> Christian >>> >>> To unsubscribe, send the message "signoff gmt-help" to >>> listserv@... >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Installation-problems---please-help%21-tp25842672p25941773.html >> Sent from the GMT - User mailing list archive at Nabble.com. >> >> To unsubscribe, send the message "signoff gmt-help" to >> listserv@... > > To unsubscribe, send the message "signoff gmt-help" to listserv@... > To unsubscribe, send the message "signoff gmt-help" to listserv@... |
|
|
Re: Installation problems - please help!I'm not sure if this applies to you Maya, but GMT *finally* installed for me when i installed it through Fink.
|
| Free embeddable forum powered by Nabble | Forum Help |