While i m installing my qmail and running make command it shows me like this:

# make setup check
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\' \
) > auto-ccld.sh
cat auto-ccld.sh make-load.sh > make-load
chmod 755 make-load
cat auto-ccld.sh find-systype.sh > find-systype
chmod 755 find-systype
./find-systype > systype
( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
chmod 755 load
cat auto-ccld.sh make-compile.sh > make-compile
chmod 755 make-compile
( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
compile
chmod 755 compile
( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null \
2>&1 \
&& cat fork.h2 || cat fork.h1 ) > fork.h
make: *** [fork.h] Error 139

    Does anybody aware of these errors, pl. let me know how to come out from this error.

Thanx & regards
 

Javed Ahsan
 

-- 
*****************************************************************
* Internet Programmer,                                          *
* Usha Telenet Private Limited                                  *       
* Usha Bhavan,                     Phone: +91-11-6959000/       *
* A-41 Mohan Co-operative,         6959200/6959300. Ext: 241    *
* Industrial Estate,               Fax: +91-11-6959999          *
* Mathura Road,                    Email: [EMAIL PROTECTED]    *
* New Delhi 110044 (INDIA)         URL: http://www.imaginix.net * 
*****************************************************************
 

Reply via email to