But now when building, we get the following error, this is built on Windows 2000 Professional, OpenOffice 1.4, using MS Visual Studio.NET 2002...and Cygwin TCSH...<snip>
============= Building project stlport =============
link: too many arguments Try `link --help' for more information.
This one is easy ;)
Since a while the Cygwin coreutils package contains a link.exe command to create hard links.
So somehow you have the cygwin path before your MS .NET path.
Check the PATH setting in your winenv.set.
Quick solution: delete the /bin/link.exe
Better solution: Check why this is the case. configure/set_soenv should take care of the cygwin path at the end of all the needed paths for building OOo.
Please open an issue, attach your winenv.set, tell us what is in
%PATH before you call configure ("echo $PATH" in bash) and which command
you use to generate your winenv.set (all commandline switches).Volker
-- If you like my work consider: http://www.scytek.de/donations.html PGP/GPG key (ID: 0x9F8A785D) available from wwwkeys.de.pgp.net key-fingerprint 550D F17E B082 A3E9 F913 9E53 3D35 C9BA 9F8A 785D
signature.asc
Description: OpenPGP digital signature
