ラベル mac の投稿を表示しています。 すべての投稿を表示
ラベル mac の投稿を表示しています。 すべての投稿を表示

2014年4月3日木曜日

HEASOFT 6.15

(2014-04-03)
** Env.
- heasoft 6.15.1 source build
- Mac OS X 10.8
Darwin Kernel Version 12.5.0
- Xcode 5.1
- Homebrew 0.9.5

** (1)
configure: error: ar not found in your $PATH. See your sysdamin.
->
check Xcode
You need Command Line Tools installed in Xcode by
「Xcode->Preferences->Downloads」->「Command Line Tools」

** (2) x86_64 Fortran compiler detected...
checking whether gfortran accepts -m32... no
configure: error: This Fortran compiler is not supported for a 32-bit/i386 build.
I used gfortran from brew
GNU Fortran (GCC) 4.8.2

see
http://heasarc.nasa.gov/docs/software/lheasoft/support.html#Mac10.8

->
brew install gfortran --enable-multilib
(thanks to Sakai-kun)
and build heasoft again.
This solves the error.

2012年9月11日火曜日

install TOPCAT on Mac OS 10.6

- image install
- easy to use, make plot, etc.,
- handle VO tables

2012年9月6日木曜日

install postgresql-9.1 on Mac OS X 10.6

2012-09-06
install postgreSQL 9.1 on Mac OS X

(1) create UNIX user postgres
as a normal account
 installする前に,'postgres'を作っておかないとうまくいかない。

(2) fink install postgresql91

(3) chmod 700 /sw/var/postgresql-9.1/data
これをやる前には,以下のerrorが出た。
bash-3.2$ FATAL:  data directory "/sw/var/postgresql-9.1/data" has group or world access
DETAIL:  Permissions should be u=rwx (0700).

(4) start DB
pg_ctl start -D /sw/var/postgresql-9.1/data









http://www.postgresql.jp/document/9.1/html/index.html

2010年12月7日火曜日

tgif on Mac

-----
fink installは、以下のように

%> tar zxvf fink-0.29.10.tar
%> cd fink-0.29.10
%> ./bootstrap                             (not 64-bit only)

---
fink を使ってtgif install on OS 10.6.5
fink install tgif

最初は、以下のようなerrorが出た。
fink install tgif
Failed: no package found for specification 'tgif'!
しかし、以下を実行した後は、installできた。

 >fink scanpackages
 >  sudo apt-get update
 >  sudo apt-get install libgettext3-dev=0.14.5-2

他にも、a2ps-ja, nkfをfink install

2010年8月6日金曜日

latex on snow Leopard (OS X)

http://osksn2.hep.sci.osaka-u.ac.jp/~taku/osx/install_ptex.html
にしたがって、いろいろ、download, install。再現性がないのが、心配。
2時間くらいで、なんとか、ApJL texをps化に成功。

日本語がでない。
-> ¥documentclass[a4j]
としたら、でた。

\includegraphics[scale=.28]{fig1b.ps}
->
! LaTeX Error: Unknown graphics extension: .ps.






TexShop を使わずに、
terminalで、latex, dvipsを使ったら問題なくコンパイルできた。
やれやれ。

2010年4月29日木曜日