darwin

Simon GERBER <[email protected]> Thu, 22 May 2003 17:33:17 +0200
Newsgroups gmane.comp.djb.checkpassword
Message-ID <[email protected]>
You were right, below the out put when I make checkpassword

make
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo exec "`head -1 conf-ld`" \
'-o "$main" "$main".o ${1+"$@"}' \
) > load
chmod 755 load
sh find-systype.sh > systype
sh print-cc.sh > compile
chmod 755 compile
( ( ./compile tryspnam.c && ./load tryspnam ) >/dev/null \
2>&1 \
&& echo \#define HASGETSPNAM 1 || exit 0 ) > hasspnam.h
rm -f tryspnam.o tryspnam
( ( ./compile tryslib.c && \
./load tryslib -ls ) >/dev/null 2>&1 \
&& echo -ls || exit 0 ) > s.lib
rm -f tryslib.o tryslib
( ( ./compile tryuserpw.c \
   && ./load tryuserpw `cat s.lib` ) >/dev/null 2>&1 \
&& echo \#define HASGETUSERPW 1 || exit 0 ) > hasuserpw.h
rm -f tryuserpw.o tryuserpw
./compile checkpassword.c
cat warn-auto.sh choose.sh \
| sed s}HOME}"`head -1 conf-home`"}g \
 > choose
chmod 755 choose
./compile chkshsgr.c
./load chkshsgr
ld: can't use -s with input files containg indirect symbols (output 
file must contain at least global symbols, for maximum stripping use -x)
make: *** [chkshsgr] Error 1

Anyone knows my error?

Simon

Le Jeudi, 22 mai 2003, à 17:17 Europe/Zurich, Paul Jarc a écrit :

> Simon GERBER <[email protected]> wrote:
>> sudo make install
>> Making install in python
>> echo "sysconfdir = '/usr/local/etc'" >local.py
>> python -c 'import __init__'
>> python -O -c 'import __init__'
> ...
>> /bin/sh ../mkinstalldirs /usr/lib/python2.2/vmailmgr
>>   /usr/bin/install -c -m 644 ./__init__.py
>
> This isn't checkpassword.  It seems to be vmailmgr.  You should find a
> help list for vmailmgr.
>
>
> paul
>