Jaunty(amd64)+Windows7(64bit)移行メモ

XP+coLinuxを超えられる・・・ とはまだ思えない。

  • XOrgがビジーループめいたCPUTimeをたたき出す件

9.04 Jaunty の CPU 使用率問題、解決しました: The Spirit of Ubuntu

% ../gmp/configure --prefix=/usr/i586-mingw32msvc --host=i586-mingw32msvc --disable-shared
% make
i586-mingw32msvc-gcc `test -f 'gen-fac_ui.c' || echo '../'`gen-fac_ui.c -o gen-fac_ui
./gen-fac_ui  0 >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1)
Usage: gen-fac_ui limbbits nailbits
make: *** [mpz/fac_ui.h] Error 1

http://www.nabble.com/build-failure-on-cygwin-td19741653.html
>I'm seeing the same thing. When I look in the Makefile I see:...
>so, BITS_PER_MP_LIMB is not getting set for some reason. Any solutions???
http://eqc.sourceforge.net/eqc-2.html

Compile and install the gmp library. (run configure with --host=i586-mingw32msvc --prefix=/usr/i586-mingw32msvc, then make and make install). On my system, this requires a patch to configure: Replace the statement BITS_PER_MP_LIMB=`expr 8 \* $ac_cv_sizeof_mp_limb_t` with BITS_PER_MP_LIMB=32 (or whatever value is correct for your system. To find this out, insert an echo $ac_cv_sizeof_mp_limb_t and multiply by 8 manually).

../configure:32211
-BITS_PER_MP_LIMB=`expr 8 \* $ac_cv_sizeof_mp_limb_t`
+BITS_PER_MP_LIMB=32

$ wget ftp://ftp.ring.gr.jp/pub/net/www/opera/linux/964/final/en/x86_64/opera_9.64.2480.gcc4.qt3_amd64.deb
...
$ wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
...
$ sudo cp libflashplayer.so /usr/lib/opera/plugins/
firefox+nspluginwrapperを流用するアプローチだとうちの環境ではflashが認識されなかった。
フォントが汚いのは手動でM+を導入して対処
以前やったような、Operaのフォント設定を数十箇所?変更するようなメンドクサーーなのはやらないで平気だった

  • Win/QtCreator(2009.02)
C:\Qt\2009.02\mingw\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lQtUiToolsd
collect2: ld returned 1 exit status
mingw32-make.exe[1]: *** [debug\hoge.exe] Error 1
C:\Users\hoge>copy C:\Qt\2009.02\qt\lib\libQtUiTools.a C:\Qt\2009.02\qt\lib\libQtUiToolsd.a

同様に、libQtDesignerComponentsd4.a/libQtAssistantClientd4.aなんかも無い

インストール時にエラー
http://www.nabble.com/Msys-on-Windows-7-64-bit-td21904722.html
> msys.bat -norxvt
Cygwinも似たような問題があるっぽい
>http://www.nabble.com/cygwin-rxvt-problems-on-Windows-7-64bit-tc22389697.html

  • coLinux0.7.4もダメ(Win7 64bit)

May 15, 2009:

Version 0.7.4 was released. See changelog for specifics.
Cooperative Linux Documentation

涙目・・・。