Takenori KUBO
tknrk****@gmail*****
2008年 8月 25日 (月) 16:07:19 JST
遠藤さん: 久保です。 ありがとうございます。 ついでに以下の実行結果もお願いできますか? #! /bin/bash for b in /Library/Receipts/boms/*bom; \ do \ grep libpng $b &> /dev/null && (echo ; echo $b) ; \ lsbom -fm $b | grep libpng ; \ done よろしくおねがいします。m(_ _)m ちなみに僕のとこではlibpng*.la内が何故か以下のようになっていて --ここから # Version information for libpng12. current=26 age=26 revision=0 --ここまで 「libpng12.0.26.dylibが無いよ」てなエラーが起っていたのですが、どうも一般的ではないみたいですね。 で、このエラーを回避するのに26を24に書き換えたりしていたら、 よくわからない状況になってしまったというわけです。 でわ 2008/08/25 15:33 keisuke endo <akane****@gmail*****>: > 早稲田大学の遠藤です。 > >> 現在、MacOSX leopard(10.5)で3Dサーバをコンパイルするスクリプトを書いているところですが、 >> 色々やってるうちに自分のleopard環境がよくわからないことになってしまったので困っています。 >> >> leopardを使っている方がいらっしゃいましたら、以下の2点について教えていただけませんでしょうか >> よろしくお願いします。 >> >> 1) ls -l /usr/X11/lib/libpng* の実行結果 > %ls -l /usr/X11/lib/libpng* > lrwxr-xr-x 1 root wheel 14 3 17 13:33 > /usr/X11/lib/libpng.3.0.0.dylib -> libpng.3.dylib > lrwxr-xr-x 1 root wheel 14 4 1 16:54 > /usr/X11/lib/libpng.3.24.0.dylib -> libpng.3.dylib > -rwxr-xr-x 1 root wheel 683840 3 6 04:29 /usr/X11/lib/libpng.3.dylib > lrwxr-xr-x 1 root wheel 14 4 1 16:54 > /usr/X11/lib/libpng.dylib -> libpng12.dylib > -rwxr-xr-x 1 root wheel 834 2 28 05:06 /usr/X11/lib/libpng.la > lrwxr-xr-x 1 root wheel 16 3 17 13:33 > /usr/X11/lib/libpng12.0.0.0.dylib -> libpng12.0.dylib > lrwxr-xr-x 1 root wheel 16 4 1 16:54 > /usr/X11/lib/libpng12.0.24.0.dylib -> libpng12.0.dylib > -rwxr-xr-x 1 root wheel 683840 3 6 04:29 /usr/X11/lib/libpng12.0.dylib > lrwxr-xr-x 1 root wheel 16 3 17 13:33 > /usr/X11/lib/libpng12.dylib -> libpng12.0.dylib > -rwxr-xr-x 1 root wheel 834 2 28 05:06 /usr/X11/lib/libpng12.la > >> 2) /usr/X11/lib/libpng*.la の内容 > libpng12.laとlibpng.laの内容を載せます。 > > %cat /usr/X11/lib/libpng.la > # libpng12.la - a libtool library file > # Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) > # > # Please DO NOT delete this file! > # It is necessary for linking the library. > > # The name that we can dlopen(3). > dlname='libpng12.0.dylib' > > # Names of this library. > library_names='libpng12.0.dylib libpng12.dylib libpng12.0.24.0.dylib' > > # The name of the static archive. > old_library='' > > # Libraries that this one depends upon. > dependency_libs=' -L/usr/X11/lib -L/usr/X11/lib -lz' > > # Version information for libpng12. > current=24 > age=24 > revision=0 > > # Is this an already installed library? > installed=yes > > # Should we warn about portability when linking against -modules? > shouldnotlink=no > > # Files to dlopen/dlpreopen > dlopen='' > dlpreopen='' > > # Directory that this library needs to be installed in: > libdir=/usr/X11/lib > > %cat /usr/X11/lib/libpng12.la > # libpng12.la - a libtool library file > # Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) > # > # Please DO NOT delete this file! > # It is necessary for linking the library. > > # The name that we can dlopen(3). > dlname='libpng12.0.dylib' > > # Names of this library. > library_names='libpng12.0.dylib libpng12.dylib libpng12.0.24.0.dylib' > > # The name of the static archive. > old_library='' > > # Libraries that this one depends upon. > dependency_libs=' -L/usr/X11/lib -L/usr/X11/lib -lz' > > # Version information for libpng12. > current=24 > age=24 > revision=0 > > # Is this an already installed library? > installed=yes > > # Should we warn about portability when linking against -modules? > shouldnotlink=no > > # Files to dlopen/dlpreopen > dlopen='' > dlpreopen='' > > # Directory that this library needs to be installed in: > libdir=/usr/X11/lib > > > 以上です。 > leopardの10.5.4で標準的な状態だと思います。 > > _______________________________________________ > Rc-oz-simjp mailing list > Rc-oz****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/rc-oz-simjp >