On 02/ 3/09 04:19 PM, Wietse Venema wrote:
Nandini Mocherla:
Your "make makefiles" command ends BEFORE THE #AUXLIBS LINE
You can't have shell comments in the middle of multi-line input.
Wietse
Thank You Wietse! I have removed that line and my make install
proceeded further but this time it terminated with a diffrent error.
Of course the built breaks. You did not follow the instructions.
Especially, you did not use the quotes as prescribed.
Wietrse
Thank You! I changed the way, i was using quotes and it did compile and
install successfully. But i saw these errors in my error file. Is it
ok to ignore them.
"file_limit.c", line 74: warning: integer overflow detected: op "<<"
"vstream.c", line 853: warning: integer overflow detected: op "<<"
ar: creating libutil.a
ar: writing libutil.a
"is_header.c", line 91: warning: statement not reached
ar: creating libglobal.a
ar: writing libglobal.a
ar: creating libdns.a
ar: writing libdns.a
ar: creating libtls.a
ar: writing libtls.a
ar: creating libxsasl.a
ar: writing libxsasl.a
ar: creating libmilter.a
ar: writing libmilter.a
ar: creating libmaster.a
ar: writing libmaster.a
"master.c", line 388: warning: integer overflow detected: op "<<"
"smtpd_check.c", line 971: warning: statement not reached
#
/opt/SUNWspro/bin/cc -DHAS_PCRE -I/usr/include/pcre
-DDEF_COMMAND_DIR="/opt/oso/postfix/usr/sbin"
-DDEF_SAMPLE_DIR="/opt/oso/postfix/etc"
-DDEF_SENDMAIL_PATH="/opt/oso/postfix/usr/lib/sendmail"
-DDEF_CONFIG_DIR="/opt/oso/postfix/etc"
-DDEF_DAEMON_DIR="/opt/oso/postfix/usr/libexec"
-DDEF_DATA_DIR="/opt/oso/postfix/usr/lib"
-DDEF_QUEUE_DIR="/opt/oso/postfix/var/spool"
-DDEF_MAILQ_PATH="/opt/oso/postfix/usr/bin/mailq"
-DDEF_MANPAGE_DIR="/opt/oso/postfix/usr/local/man"
-DDEF_NEWALIAS_PATH="/opt/oso/postfix/usr/bin/newaliases"
-Dstrcasecmp=fix_strcasecmp -Dstrncasecmp=fix_strncasecmp -g
-O -I. -I../../include -DSUNOS5 -c mail_conf.c
"mail_conf.c", line 113: syntax error before or at: /
"mail_conf.c", line 136: cannot recover from previous errors
cc: acomp failed for mail_conf.c
*** Error code 2
make: Fatal error: Command failed for target `mail_conf.o'
Current working directory /opt/mail-pkgs/postfix-2.5.5/src/global
*** Error code 1
make: Fatal error: Command failed for target `update'
#