hi dan
thanks for the help...
i used normal make and got further but also encountered a new error further on down...


======= making ./nsldapssl32v50.dll
sh ../../../config/cygwin-wrapper link /DEBUG /nologo /MAP /DLL /PDB:NONE /DEBUG
TYPE:BOTH /SUBSYSTEM:CONSOLE wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib rpcrt4.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib ../../../../../dist/lib/nsldap32v50.lib ../../../../../dist/lib/nsldappr32v50.lib ../../../../../dist/lib/libplc4.lib ../../../../../dist/lib/libplds4.lib ../../../../../dist/lib/libnspr4.lib ..
/../../../../dist/lib/nss3.lib ../../../../../dist/lib/softokn3.lib ../../../../../dist/lib/ssl3.lib /out:"nsldapssl32v50.dll" ./clientinit.obj ./ldapsinit.obj ./errormap.obj /DEF:./../msdos/winsock/nsldapssl32.def wsock32.lib kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib rpcrt4.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib ../../../.
./../dist/lib/nsldap32v50.lib ../../../../../dist/lib/nsldappr32v50.lib ../../..
/../../dist/lib/libplc4.lib ../../../../../dist/lib/libplds4.lib ../../../../../
dist/lib/libnspr4.lib ../../../../../dist/lib/nss3.lib ../../../../../dist/lib/softokn3.lib ../../../../../dist/lib/ssl3.lib
LINK : fatal error LNK1181: cannot open input file "../../../../../dist/lib/softokn3.lib"
make[3]: *** [nsldapssl32v50.dll] Error 157
make[3]: Leaving directory `/cygdrive/c/ldap/mozilla/directory/c-sdk/ldap/libraries/libssldap'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/cygdrive/c/ldap/mozilla/directory/c-sdk/ldap/libraries'
make[1]: *** [export] Error 2
make[1]: Leaving directory `/cygdrive/c/ldap/mozilla/directory/c-sdk/ldap'
make: *** [export] Error 2





this looks like it here

LINK : fatal error LNK1181: cannot open input file "../../../../../dist/lib/softokn3.lib"
make[3]: *** [nsldapssl32v50.dll] Error 157


ronan

I've seen this before (years ago), and I'm trying to remember how I fixed it. Have you tried compiling with the cygwin "make" rather than the netscapetools "gmake"? If that doesn't work, anothing to try might be building from cmd.exe rather than cygwin bash.


Dan
_______________________________________________
mozilla-directory mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-directory

Reply via email to