>> > Here are my compilation command list:
>> > -----------------------------------------------------------------------------------------------------------
>> > installDir=/usr/local/postfix-2.10
>> > make CCARGS='-DNO_DB' tidy
>> > make makefiles CCARGS="-DNO_DB -I/usr/local/ldap/include -DHAS_LDAP
>> > -DDEF_CONFIG_DIR='$installDir/etc' -DDEF_COMMAND_DIR='$installDir/sbin'
>> > -DDEF_DAEMON_DIR='$installDir/libexec' -DDEF_MAILQ_DIR='$installDir/bin'
>> > -DDEF_DATA_DIR='$installDir/data' -DDEF_QUEUE_DIR='/var/log/postfix/spool'
>> > -DDEF_MANPAGE_DIR='$installDir/man' DEBUG=''" \
>> >     UXLIBS="-L/usr/local/ldap/lib -lldap -L/usr/local/ldap/lib -llber"
>>
>> AUXLIBS, not UXLIBS.  See INSTALL, which explains how to turn off
>> debugging, and the phrase:
>
>
> That was a typo.
>
>>
>> IMPORTANT: Be sure to get the quotes right. These details matter a lot.
>
>
> Quotes were not the issue. I got the error messages, kind of, half the way 
> through compilation. A lot of files got compiled before the noted errors.
>
>>
>> > ...
>> > I tried with both DEBUG= and DEBUG='', but with the same above
>> > outcome. Are there any other parameters to pass to disable debug?
>> > ...
>>
>> DEBUG=
>>
>> --
>> Sahil Tandon
>
>
> As I noted in the mail, that doesn't work.
>
> Thanks

My bad! Sahil is right. From the install document:
-----------
% make makefiles CCARGS='-DDEF_CONFIG_DIR=\"/some/where\"'
% make
IMPORTANT: Be sure to get the quotes right. These details matter a lot.
-----------
Changed the quotes around and compilation completed successful. On to
next step, configuring.

Reply via email to