This page needs some special cookies. So, the page refused a customer (me). Toshiba europa should think about the web page designer. I think that refusing the customer is a bad idea. Also they need some plugins.
/usr/share/doc/release-notes/RELEASE-NOTES.ja.rtf.
(I installed Suse under the Japanese mode.)
startkde.
cd /usr/src/linux
make cloneconfig
make prepare-all
sh NVIDIA-Linux-x86-1.0-6111-pkg1.run -q --kernel-source-path=/usr/src/linux
sax2 -m 0=nvidia
But, This is so unstable. Easy to hang up.
nvidia-installer --uninstall
sh NVIDIA-Linux-x86-1.0-5336-pkg1.run
sax2 -m 0=nvidia
chkconfig > ~root/chkconfig.save
chkconfig | grep on | less
chkconfig isdn off
scpm
mount -t vfat /dev/hde1 /mnt/mountpoint, or
mount -a /dev/hde1 /mnt/mountpoint.
setenv LANG ja_JP.eucJP
setenv LC_ALL ja_JP.eucJP
setenv LANGUAGE ja
setenv KDE_LANG ja_JP.eucJP
I need to compile an f2c translated source code. Redhat rpm has Shared lib problem, then I compiled from source. (f2c で変換されたソースを含むパッケージを利用したかったために導入. Redhat の rpm を最初使ってみたが,後述する Shared lib problem のためにソースから 導入)
tar xvf f2c.tar gunzip -r * unzip libf2c.zip cd src cp makefile.u makefileChange the CFLAGS's line according to the makefile comments:
CFLAGS = -O -DNON_UNIX_STDIO -fPICThen, make and build f2c. (make して f2c を作成する.)
cd ../libf2c make hadd makeThen, you've got libf2c.a.
PREFIX=/your/install/path cp src/f2c $PREFIX/bin cp libf2c/libf2c.a $PREFIX/lib cp src/f2c.h $PREFIX/include (cd $PREFIX/lib; ranlib libf2c.a)
MANPREFIX=/your/man/path/man mv f2c.1 f2c.1.bak mv f2c.1t f2c.1 gzip -9 f2c.1 cp f2c.1.gz $$MANPREFIX/man1
The rpm file (OpenEXR-1.0.7-1-i386.rpm, OpenEXR-devel-1.0.7-1.i386.rpm) have the next symbol missing problem in my environment.
/usr/lib/libIex.so: undefined reference to `__dynamic_cast_2'
/usr/lib/libIex.so: undefined reference to `__check_null_eh_spec'
I looked up at /lib,
/usr/lib, and try nm all. But I could not
find above symbols.
So, I compiled by myself. For OpenEXR-1.2.1.tar.gz, first expanding files, and then:
./configure --prefix=/opt/OpenEXR
make
make install
For 64 bit environment (like AMD64) compiling,
setenv CFLAGS -m64
setenv CXXFLAGS -m64
# This does not work...
# setenv LDFLAGS "-L/usr/lib64 -Wl,-rpath,/usr/lib64"
setenv LDFLAGS -L/usr/lib64
./configure --prefix=/opt/OpenEXR --libdir=/opt/OpenEXR/lib64
And you should specify the which library do you use at compiling
time for your programs. For Example, the commented out LDFLAGS is
an example.
moc -p
moc -p /path/one -o SuSE9.1/file.moc.cc SuSE9.1/file.hh
-> #include "/path/one/file.h" in SuSE9.1/file.moc.cc
moc version 26 (Qt 3.3.1)
moc -p /path/one -o SuSE9.1/file.moc.cc SuSE9.1/file.hh
-> #include "/path/one/SuSE9.1/file.h" in SuSE9.1/file.moc.cc
moc version ? (Qt 3.0.1)
SuSE 9.1's LaTeX does not work on Japanese text. Maybe SuSE linux packager had some mistakes to make a package.
I tried to install tetex-2.02 base rpm package from Vine Linux. However, coreutil has dependency problem and I can not solved it. I did not try ignoreing the dependency.
So, I compiled them from the scratch. See the Okumura's page
--with-vflib=vf2ft has a bit problem.
You should add to /usr/local/teTeX/share/texmf/xdvi/vfontmap
next.
/usr/X11R6/lib/X11/fonts/truetype/kochi-mincho.ttf
min
tmin
nmin
jis
jis-v
/usr/X11R6/lib/X11/fonts/truetype/kochi-gothic.ttf
goth
tgoth
ngoth
jisg
jisg-v
instead of
jis /usr/local/share/ghostscript/fonts/kochi-mincho-subst.ttf
jisg /usr/local/share/ghostscript/fonts/kochi-gothic-subst.ttf
jis-v /usr/local/share/ghostscript/fonts/kochi-mincho-subst.ttf
jisg-v /usr/local/share/ghostscript/fonts/kochi-gothic-subst.ttf
TEXINPUTS = .;$TEXMF/tex/{generic,}//
to
TEXINPUTS = .;$TEXMF/{tex,ptex}/{generic,}//
Then, kpsewhich can find jarticle.cls. See
http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?Make
.
%TEXINPUTS.platex = .;$TEXMF/tex/{platex,latex,generic,}//
TEXINPUTS.platex = .;$TEXMF/ptex/{platex,latex,generic,}//;$TEXMF/tex/{platex,latex,generic,}//
SuSE 9.1's acroread is for English version. Download the jpnfont.tar.gz from Adobe, then install it also. I installed linux-508.tar.gz and it's fine.
make; make install
(to /usr/local/bin).
make install PREFIX=/YOUR/INSTALL/DIR/
make install PREFIX=/YOUR/INSTALL/DIR/
In my case, There was a problem at the CD/DVD drive. It does not work and I need to replace it. I realized some other people are also waiting to replace the CD/DVD drive of Toshiba machine. So, when you buy this machine, please check that the drive is working or not. I forced to wait two weeks more. However, after the replacement of the drive, I am happy to use this machine. At the same time, the same class machine but additionally writing DVD-R is also available machine is at the shop with the same price...