Hi Aleksey, Klaus,
 
Thanks a lot for the suggestions. Based on the suggestions I was able to compile the treecc directory. Following were the changes that I had to do:
 
1, reinstalled mingw and msys in different directories - to avoid clash in make, etc functions.
2. removed cygwin from the path. i could not find it in the environment variable, so i changed the cygwin install folder name.
3. unzipped msys - bison using Winrar. Winzip extracts have some new line, etc, problems.
 
So the 'configure' and the 'make' steps have succeeded.
 
I am working on the 'make install' command  to work - it gives the 'install' not found error. There is a 'install-sh' in the directory, i will check how it needs to be run.
 
Thanks and Regards,
Bikram

 


 

 
On 6/10/06, Aleksey Demakov <[EMAIL PROTECTED]> wrote:
Hi Bikram,

> I believe I need to modify the following section in the 'configure'
> generated makefile:
> -------
> # FIXME: We should only use cygpath when building on Windows,
> # and only if it is available.
> .c.obj:
>  $(COMPILE) -c `cygpath -w $<`
>
> .s.o:
>  $(COMPILE) -c $<
>
> .S.o:
>  $(COMPILE) -c $<
> -------
>
> But I could not figure out how to make it work, it would be great if I could
> get some help in resolving this issue.
>

It looks like this code is generated automatically from automake built-in
macros. Actually automake uses the CYGPATH_W  variable and configure
substitutes it with "cygpath -w" if it finds it. So perhaps there is cygpath
somewhere in your PATH.

Ragards,
Aleksey

_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers

Reply via email to