Anyone Bored

1999-08-11 Thread Mark Sherman

Anyone Bored and want to install Qmail & Maildir etc on my new Sun (OS7) box

Best Regards

Marc P Summers



END OF RE: make errors

1999-08-11 Thread Mark Sherman

Thanks to Petr Novotny I have found the AR tool and got past step 3.

Marc

-Original Message-
From: Mark Sherman [mailto:[EMAIL PROTECTED]]
Sent: 11 August 1999 14:12
To: [EMAIL PROTECTED]
Subject: RE: make errors


Ehm - Thanks for the response - I'm using solaris 7 where would i find an AR
tool.

Marc

-Original Message-
From: Petr Novotny [mailto:[EMAIL PROTECTED]]
Sent: 11 August 1999 15:14
To: [EMAIL PROTECTED]
Subject: Re: make errors


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> When i run the command
>
> make setup check i get the following response and cannot then go on to run
> ./config as it does not exist.
>
[snip]
> ./makelib case.a case_diffb.o case_diffs.o case_lowerb.o \
> case_lowers.o case_starts.o
> ./makelib: ar: not found
> make: *** [case.a] Error 1

You're missing "ar" tool. On my RedHat linux, it's inside a binutils
RPM. On your system/distribution, you have to find it yourself.

-BEGIN PGP SIGNATURE-
Version: PGP 6.0.2 -- QDPGP 2.60
Comment: http://community.wow.net/grt/qdpgp.html

iQA/AwUBN7GFJlMwP8g7qbw/EQKxtQCgwDxNig2hDaE9DWLs3MoBIsp/e58Anjt0
94hcVNyBIveblkYXVW4s2NRy
=5kGt
-END PGP SIGNATURE-
--
Petr Novotny, ANTEK CS
[EMAIL PROTECTED]
http://www.antek.cz
PGP key ID: 0x3BA9BC3F
-- Don't you know there ain't no devil there's just God when he's drunk.
 [Tom Waits]





RE: make errors

1999-08-11 Thread Mark Sherman

Ehm - Thanks for the response - I'm using solaris 7 where would i find an AR
tool.

Marc

-Original Message-
From: Petr Novotny [mailto:[EMAIL PROTECTED]]
Sent: 11 August 1999 15:14
To: [EMAIL PROTECTED]
Subject: Re: make errors


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> When i run the command
>
> make setup check i get the following response and cannot then go on to run
> ./config as it does not exist.
>
[snip]
> ./makelib case.a case_diffb.o case_diffs.o case_lowerb.o \
> case_lowers.o case_starts.o
> ./makelib: ar: not found
> make: *** [case.a] Error 1

You're missing "ar" tool. On my RedHat linux, it's inside a binutils
RPM. On your system/distribution, you have to find it yourself.

-BEGIN PGP SIGNATURE-
Version: PGP 6.0.2 -- QDPGP 2.60
Comment: http://community.wow.net/grt/qdpgp.html

iQA/AwUBN7GFJlMwP8g7qbw/EQKxtQCgwDxNig2hDaE9DWLs3MoBIsp/e58Anjt0
94hcVNyBIveblkYXVW4s2NRy
=5kGt
-END PGP SIGNATURE-
--
Petr Novotny, ANTEK CS
[EMAIL PROTECTED]
http://www.antek.cz
PGP key ID: 0x3BA9BC3F
-- Don't you know there ain't no devil there's just God when he's drunk.
 [Tom Waits]




make errors

1999-08-11 Thread Mark Sherman

When i run the command

make setup check i get the following response and cannot then go on to run
./config as it does not exist.

Marc

# /usr/local/bin/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
rm -f tryvfork.o tryvfork
./compile qmail-local.c
qmail-local.c: In function `main':
qmail-local.c:448: warning: return type of `main' is not `int'
./compile qmail.c
./compile quote.c
./compile now.c
./compile gfrom.c
./compile myctime.c
./compile slurpclose.c
cat auto-ccld.sh make-makelib.sh > make-makelib
chmod 755 make-makelib
( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \
makelib
chmod 755 makelib
./compile case_diffb.c
./compile case_diffs.c
./compile case_lowerb.c
./compile case_lowers.c
./compile case_starts.c
./makelib case.a case_diffb.o case_diffs.o case_lowerb.o \
case_lowers.o case_starts.o
./makelib: ar: not found
make: *** [case.a] Error 1