Re: List of available targets in a variable?

2004-06-07 Thread Paul D. Smith
%% Jeff Bailey <[EMAIL PROTECTED]> writes: jb> Is there a variable similar to MAKEFILE_LIST and .VARIABLES that jb> will give a list of all defined targets? I thought there was, but jb> I don't see any mention of it in the manual. There was, but I took it out before the release. jb> If

List of available targets in a variable?

2004-06-07 Thread Jeff Bailey
Is there a variable similar to MAKEFILE_LIST and .VARIABLES that will give a list of all defined targets? I thought there was, but I don't see any mention of it in the manual. If no, would patches for this be welcomed? I already have copyright assignment taken care of. Tks, Jeff Bailey -- Ign

Re: Bug in make...

2004-06-07 Thread Boris Kolpackov
santhosh km <[EMAIL PROTECTED]> writes: > x: > ccsimpc -o HELLO_WORLD helloWorld.o ^^ ___ Bug-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/

Re: Build from source failed using just the shell scripts, but was ok using pre-existing make

2004-06-07 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: ch> compiling [EMAIL PROTECTED]@.c... ch> gcc: ./[EMAIL PROTECTED]@.c: No such file or directory ch> gcc: no input files ch> So I can't build make with no make already available. This is a known issue that will be fixed in the next release of GNU make.

Re: unable to gnerate the make.exe file

2004-06-07 Thread Paul D. Smith
%% "Luay A. Issa - Advanced Applied Technology" <[EMAIL PROTECTED]> writes: ai> once the build_w32.bat is run. there is a final linking error ai> function.obj : error LNK 2001: Un resolved external Symbol _hash_init ai> variable.obj : error LNK 2001: Un resolved external Symbol _hash_in

Bug in make...

2004-06-07 Thread santhosh km
Hi, I am trying porting of c files to VxWorks thru cygwin using the GNU-Make Version 3.80 . I have a problem while using makefile. The problem is the commond: "ccsimpc -o HELLO_WORLD helloWorld.c" works on the command line and I get the HELLO_WORLD executable file. But doesn't work thru m

Build from source failed using just the shell scripts, but was ok using pre-existing make

2004-06-07 Thread claus . hirth
Dear Maintainer of make-3.80, I just tried to build make-3.80 using the shell script only, not make, on a cygwin system. Here are the results: (1) % ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... g

unable to gnerate the make.exe file

2004-06-07 Thread Luay A. Issa - Advanced Applied Technology
Dear Sir once the build_w32.bat is run. there is a final linking error function.obj : error LNK 2001: Un resolved external Symbol _hash_init variable.obj : error LNK 2001: Un resolved external Symbol _hash_init other symbols list , that was displayed as part of the same error : _hash_inse