Re: make-3.79 : falsely detecting "clock skew" when buildingstatic archives on solaris

2000-04-19 Thread Paul D. Smith
This is PR/1696. There's a patch attached as a resolution to the bug report. http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl/full/1696 -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:

make-3.79 : falsely detecting "clock skew" when buildingstatic archives on solaris

2000-04-19 Thread Chris Rankin
The Makefile has the following bits (sorry for the rushed bug report - not much spare time here!). We have reverted back to 3.77 and it works fine again. LIBNUMDBSRC=server.cpp \ numdb_strings.cpp \ numdb_exception.cpp \ fml32_null.cpp \ fml32_null

RE: New Cygwin Net Release (make error)

2000-04-19 Thread Christopher Jones
Title: RE: New Cygwin Net Release (make error) > -Original Message- > From: Paul D. Smith [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 19, 2000 12:57 PM > To: Christopher Jones > Cc: Bernard Dautrevaux; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: New Cygwin Net Release

RE: New Cygwin Net Release (make error)

2000-04-19 Thread Paul D. Smith
%% "Christopher Jones" <[EMAIL PROTECTED]> writes: HTML isn't necessary on the mailing list; plain text is just fine, thanks. >> From Bernard >> From Brian >>> #--begin Makefile--- >>> SOMEVAR=$(ANOTHERVAR)/etc >>> include $(DEVDIR)/Makefile.mstr >>> #--end Makefile--- >>> DE

RE: New Cygwin Net Release (make error)

2000-04-19 Thread Christopher Jones
Title: RE: New Cygwin Net Release (make error) From Bernard > From Brian >> Okay, I'm sure of what caused this now.  The Makefile look >> something like >> this. >> >> #--begin Makefile--- >> SOMEVAR=$(ANOTHERVAR)/etc >> include $(DEVDIR)/Makefile.mstr >> #--end Makefile--- >> >> DEVDI

Re: W32: main.c(819) : error C2065: 'LOCALEDIR' : undeclared identifier

2000-04-19 Thread Paul D. Smith
%% "Yaroslav M. Sokolov" <[EMAIL PROTECTED]> writes: yms> I tried to compile make-3.79 for Win32 as it described in yms> readme.w32. The next error occurred: yms> main.c(819) : error C2065: 'LOCALEDIR' : undeclared identifier yms> I tried to compile make-3.79 for Win32 as it described i

Re: Bug in make 3.79 on Solaris 2.7

2000-04-19 Thread Paul D. Smith
This is an instance of make PR/1696; see the bug report for a patch. http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl/full/1696 I will be releasing a minor update of GNU make fairly shortly to address this and a couple of other problems. HTH. --

Bug in make 3.79 on Solaris 2.7

2000-04-19 Thread Dominik Strasser
Hello, using make 3.79 on my Solaris 2.7 system I get a problem with dependencies of ar-elements. There seems to be something wrong with the times retrieved from ar: gmake depend=true targets gmake[1]: Entering directory `/home/strasser/cve/src/libraries/utils' /sw/local/bin/gcc -V2.95.1 -Wpointe

W32: subproc.lib(sub_proc.obj) : error LNK2001: unresolved external symbol _debug_flag

2000-04-19 Thread Yaroslav M. Sokolov
I tried to compile make-3.79 for Win32 as it described in readme.w32. The next linker error occurred: subproc.lib(sub_proc.obj) : error LNK2001: unresolved external symbol _debug_flag I used MSVC 6 service pack 3. OS - Windows NT 4 workstation service pack 5. Yaroslav M. Sokolov

W32: main.c(819) : error C2065: 'LOCALEDIR' : undeclared identifier

2000-04-19 Thread Yaroslav M. Sokolov
I tried to compile make-3.79 for Win32 as it described in readme.w32. The next error occurred: main.c(819) : error C2065: 'LOCALEDIR' : undeclared identifier I used MSVC 6 service pack 3. OS - Windows NT 4 workstation service pack 5. What can I do to fix it? Yaroslav M. Sokolov