[Help] H323 Compile error Asterisk1.4.0beta2

Please teach the procedure of the compilation of H323.
I did according to the procedure being written in “README”.
Does not it make a mistake in anything?
Is it because “Makefile” doesn’t exist in the h323 directory?

(Open H.323 version v1.18.0, PWLib v1.10.0 and GCC v3.2.2)
(Debian Linux)


cd /path/to/pwlib
./configure
make clean opt
cd /path/to/openh323
./configure
make clean opt

PWLIBDIR=$HOME/pwlib
export PWLIBDIR
OPENH323DIR=$HOME/openh323
export OPENH323DIR
LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib
export LD_LIBRARY_PATH

cd /path/to/asterisk/channels/h323
make opt

make: *** No rule to make target `opt’. Stop.

IMHO Go to the root asterisk dir & run:
./configure
make menuconfig

folow white rabbit… :wink: