I have now created a ".mozconfig" file containing both "-disable-debug" and "-enable-optimize". Whereas I was previously doing a successful build, just generating extremely large DLLs and EXEs, I am now experiencing an ILINK
failure when attempting to link LDAP50. The messages issued are: ILink : error LNK2022: nsldapi_dump_connection (alias nsldapi_dump_connection) : export undefined ILink : error LNK2022: nsldapi_dump_requests_and_responses (alias nsldapi_dump_requests_and_responses) : export undefined ILink : error LNK2022: ldap_debug (alias ldap_debug) : export undefined There were 3 errors detected It appears that the LDAP50.DEF file must be regenerated depending on the options that have been set. Is there an option to force a rebuild of the LDAP50.DEF file, or is this a new bug ? John P Baker
