That is the error output of cygwins link.exe. You must have the cygwin path
before the microsoft path.

* Can you create an issue which states the output of $PATH before you
call configure.

$ echo $PATH

* The complete commandline when calling configure.

* The generated winenv.set

Volker

P.S.: Workaround: Move the cygwin part in the PATH entry in winenv.set to
the end.

Hi,
I made some reorders of paths and now I get error in other module
paths? ?

1. the PATH echo: The path: The path: /cygdrive/c/cygwin/usr/bin:/cygdrive/d/Program Files/Microsoft Visual Studio .NET/VC7/BIN:/cygdrive/c/Program Files/Microsoft Platform SDK:/cygdrive/c/Program Files/ConvertDSWSetup:/cygdrive/d/Program Files/Microsoft Visual Studio .NET/Common7/Tools/Bin:/cygdrive/d/Program Files/Microsoft Visual Studio .NET/Common7/IDE:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/d/Program Files/Common Files/GTK/2.0/bin:/cygdrive/d/Work/OpenOffice/build/build_1.1.5/BuildDir/bin

As I said, it's not a good idea to have the cygwin path in front of the rest.

2. confugre cal echo: ./configure --with-jdk-home=/cygdrive/c/j2sdk1.4.2_04 --with-dict=ALL --with-lang="BUL,ENUS" --with-gnu-patch=/usr/bin/patch --with-gnu-cp=/usr/bin/cp --enable-crashdump --with-ant-home=/cygdrive/d/Work/OpenOffice/build/build_1.1.5/BuildDir/apache-ant-1.6.2 --enable-mozilla --with-use-shell=tcsh --with-psdk-home=/cygdrive/c/PROGRA~1/MICROS~3

Can you try the following?

$ export PATH="/bin:$CYGSYSTEMROOT/system32:$CYGSYSTEMROOT:/cygdrive/c/Program 
Files/ConvertDSWSetup"

$ ./configure --with-jdk-home=/cygdrive/c/j2sdk1.4.2_04
  --with-dict=ALL --with-lang="BUL,ENUS"
  --enable-crashdump
  
--with-ant-home=/cygdrive/d/Work/OpenOffice/build/build_1.1.5/BuildDir/apache-ant-1.6.2
  --enable-mozilla --with-use-shell=tcsh
  --with-psdk-home=/cygdrive/c/PROGRA~1/MICROS~3
  --with-cl-home="/cygdrive/d/PROGRA~1/MICROS~1.NET/VC7"
  --with-csc-path=/cygdrive/c/WINNT/Microsoft.NET/Framework/v1.0.3705

*ATTENTION!* You have to adapt the last switch to your system!! (I mean 
--with-csc-path)


I'll ty ro attach winenv.set to this mail, hope to work.
setenv PATH ".:$SOLARVER/$UPD/$INPATH/bin:$SOLARENV/bin:$SOLARENV/$OUTPATH/bin:
      /cygdrive/c/j2sdk1.4.2_04/bin:/cygdrive/c/j2sdk1.4.2_04/jre/bin/client:
      /cygdrive/d/PROGRA~1/MICROS~1.NET/Common7/IDE:/cygdrive/c/cygwin/usr/bin:
      /cygdrive/d/PROGRA~1/MICROS~1.NET/VC7/BIN:/cygdrive/c/PROGRA~1/MICROS~3:
      
/cygdrive/c/PROGRA~1/CONVER~1:/cygdrive/d/PROGRA~1/MICROS~1.NET/Common7/Tools/Bin:
      
/cygdrive/d/PROGRA~1/MICROS~1.NET/Common7/IDE:/usr/bin:/bin:/usr/X11R6/bin:
      
/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:
      /cygdrive/d/PROGRA~1/COMMON~1/GTK/2.0/bin:
      /cygdrive/d/Work/OpenOffice/build/build_1.1.5/BuildDir/bin"

Did you move all these
  /cygdrive/c/cygwin/usr/bin
  /usr/bin
  /bin
  /usr/X11R6/bin
to the end for the workaround?

  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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to