Mathias Bauer wrote:
> 
> On 11.08.2010 14:24, naser wrote:
> 
>> checking which shell to use... configure: error: /usr/bin/gawk, awk, tar
>> or
>> gunz
>> ip is a cygwin symlink!
>> Native windows programs cannot use cygwin symlinks. Remove the symbolic
>> link, and copy the program to the name of the link.
>>
>> ------------------------------------------------------------------------
>>
>> I found several solution in net and already implemented all but still
>> facing
>> the problem.
>>
>> For example::I triyed with
>>
>> cd /bin
>> rm awk.exe
>> cp gawk.exe awk.exe
> 
> The error is aboput gawk being a symbolic link; so you should remove 
> gawk (not gawk.exe) if it exists and copy awk.exe to gawk.exe.
> 
>> and also for
>>
>> gzip.exe / gunzip.exe;
> 
> Not a ".exe" - the link does not have an extension. So please remove 
> "gunzip" (if it exists) and copy unzip.exe to gunzip.exe.
> 
> Regards,
> Mathias
> 
> -- 
> Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
> Please don't reply to "[email protected]".
> I use it for the OOo lists and only rarely read other mails sent to it.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 
I give as follows-


$ rm gawk
$ cp awk.exe gawk.exe
cp: cannot stat `awk.exe': No such file or directory

na...@ankur-b2f3f2294 /cygdrive/c/OOosoft/bin
$ rm gunzip
$ cp unzip.exe gunzip.exe

Still not working. :(
-- 
View this message in context: 
http://old.nabble.com/Open-Office-Compilation-in-windows-tp29407686p29503033.html
Sent from the openoffice - discuss mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to