bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using bash under windows NT


From: patrice . boyron
Subject: Using bash under windows NT
Date: Mon, 17 Feb 2003 17:38:40 +0100


Dear reader,


I'm currently trying to use the "bash.exe" file, extracted from the GNU CD-ROM (MS-DOS programs), in conjunction with my Makefile script.
My configuration is Windows NT4.0 (Service Pack 5) and the "make.exe" is the GNU Make recompiled with nmake using Win32 API.

But, the following error occurs each time:
        C:\TEMP\make39410.sh: C;\TEMP\make39410.sh: No such file or directory (ENOENT)
        make: *** [IDCS_TST.lnk] Error 127

The Makefile script is composed of the following command lines:
        $(APP_NAME).lnk : Makefile
        @echo "+++Generating linker file ..."
        @echo "objects:" > Temp1.tmp
        @for obj in '$(OBJS)' ; do echo "$$obj" >> Temp1.tmp ; done
        @echo "libraries:" >> Temp1.tmp
        @for lib in '$(LIBS)' ; do echo "$$lib" >> Temp1.tmp ; done
        @sed 's/\.o/\n/g' Temp1.tmp > Temp2.tmp
        @sed 's/\.lib/\n/g' Temp2.tmp > $(APP_NAME).lnk

where obj = 'Crt0.o Crtn.o Main.o'

1/ Did you have any idea how to correct this problem ?

2/ I'm trying to compile the bash using the nmake and Win32 API, but I cann't generate the makefile using the ./configure command. Please, could you give me the steps to generate the ad'hoc makefile for Windows NT ?


Thank you for your help,

Best Regards,
Patrice.
                                    \\\-|-///
                                   (  o o  )
----------------------------------oOOo-(_)-oOOo----------------------------------------------
Patrice BOYRON..............................................Philips Semiconductors Sophia SAS
SoC Senior SW Engineer..............................BU Mobile Com./BL Cellular Infrastructure
......................................................................505, Route des Lucioles
Phone :        +33 (0)4 92 96 12 82............................06560 Valbonne - Sophia Antipolis
Fax       :        +33 (0)4 92 96 12 72.......................................................FRANCE
Email   :        patrice.boyron@philips.com
                                   .oooO              
----------------------------------- (   )-- Oooo. -------------------------------------------
                                    \ (    (   )

reply via email to

[Prev in Thread] Current Thread [Next in Thread]