Build of latest soltools/mkdepend fails on WinXP/Cygwin platform
Ajoy Thamattoor <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.tools |
|---|---|
| Message-ID | <[email protected]> |
with a linker error: ld @/tmp/<a-tmp-file-name> : File not found : No such file or directory The error is coming from solenv/inc/_tg_app.mk line: .IF "$(linkinc)" == "" $(APP1LINKER) @$(mktmp \ .... From the syntax of the linker call (-out: and -map: options) looks like the MSVC++ linker is intended (but APP1LINKER is set to "ld"). I would have though soltools were linked with ld or gld. In my ./configure options, I have compile without java, and do not build mozilla. Am using the MSVC++ toolkit 2003, along with the Windows Platform SDK, and .NET SDK (this actually gets me nmake.exe, lib.exe, cvtres.exe and all the DLLs needed). Thanks in advance, Ajoy. --- http://cs.stanford.edu/~ajoyk