[Mailman-Users] Problem with JapaneseCodecs-1.4.10; unable to execute gcc: No suc h file or directory

Kraa de Simon Simon.de.Kraa at nl.fujitsu.com
Thu Jul 8 08:39:34 CEST 2004


Hello,

On SunOS 5.9 using the Sun C Compiler (cc) and mailman-2.1.5.

configure
make install

During make install I get the following error: unable to execute gcc: No
such file or directory.
(see below for details)

It is the following command that gives me the problem.

cd ./JapaneseCodecs-1.4.10 ; umask 02 ;
PYTHONPATH=/usr/local/mailman/pythonlib /usr/local/bin
/python setup.py --quiet install --install-lib /usr/local/mailman/pythonlib
--i
nstall-purelib /usr/local/mailman/pythonlib  --install-data
/usr/local/mailman/p
ythonlib

I don't have gcc installed (and I cannot install gcc on this system).

Is there a way I can work around this problem?

I don't think I need JapaneseCodecs-1.4.10 or KoreanCodecs-2.0.5...

Thanks,

Simon.

------------------------------
for p in email-2.5.5 JapaneseCodecs-1.4.10 KoreanCodecs-2.0.5; \
do \
    gunzip -c ./$p.tar.gz | (cd . ; tar xf -); \
    (cd ./$p ; umask 02 ; PYTHONPATH=/usr/local/mailman/pythonlib
/usr/local/bin
/python setup.py --quiet install --install-lib /usr/local/mailman/pythonlib
--i
nstall-purelib /usr/local/mailman/pythonlib  --install-data
/usr/local/mailman/p
ythonlib); \
done
/usr/local/lib/python2.3/distutils/dist.py:213: UserWarning: 'licence'
distribut
ion option is deprecated; use 'license'
  warnings.warn(msg)
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
*** Error code 1
make: Fatal error: Command failed for target `install-packages'
Current working directory /export/home/skr/packages/mailman-2.1.5/misc
*** Error code 1
make: Fatal error: Command failed for target `doinstall'
#
------------------------------



More information about the Mailman-Users mailing list