This document is Doxygen install on SPERC solaris9 support EUC
Japanese.
Step.1
Download GNU package for solaris as follow(required)
* gcc
* make
* automake
* flex
* bison
* fileutils (for GNU install)
* binutil (for GNU ld)
* m4 (for GNU m4)
Step.2
How to install
#sh ./configure --platform gnu-g++ --enable-langs je
#make
#make install
You could not execute the make process with '--enable-langs ja 'option. if you set 'ja', that language.cpp compling error.
If you use the '--platfrom solaris-cc' option, the configure command do not replace 'CC' target to 'cc'(sun comiler) in Makefile. so could not execute make process on solaris9 SPERC version.
step.3
How to use
set /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/libstdc++.so to LD_LIBRARY_PATH. this path is linking to /usr/local/lib so set as follow.
#export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
step.4
Try doxygen command! when install success, you see help message.
#doxygen
my english poor... :-(