Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: From: "Sullivan, Jay" To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: query on live child and child access for gnu make Date: Thu, 6 Apr 2000 14:12:06 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain running GNUmake3.77 on solaris 2.5 migrating to solaris 2.6 building same source on solaris 2.5 and solaris 2.6 produces different output. Get an error on solaris 2.6 CC: INvalid input file name 5, no output generated for this file. However, the compilation appears to succeed. All I notice is from make -d is the lines for child access and live child are reversed between the two operating system levels. Is this the cause of the error message in the solaris 2.6 build? from solaris 2.5: Must remake target `RGuard.o'. Child access: user 1085 (real 1085), group 1001 (real 1001) Putting child 0x0005b5a8 PID 01865 on the chain. Live child 0x0005b5a8 PID 1865 Starting RGuard.o at 06-Apr.13:22 in nms-5.1.01 /project/nmc/sw/pkg/src/Nmc/Threads Reaping winning child 0x0005b5a8 PID 1865 /apps/SUNWspro.40/bin/CC -g -D__SYS5__ <...shortened...> -mt -c RGuard.C Child access: user 1085 (real 1085), group 1001 (real 1001) Live child 0x0005b5a8 PID 1869 Reaping winning child 0x0005b5a8 PID 1869 Removing child 0x0005b5a8 PID 1869 from chain. Successfully remade target file `RGuard.o'. >From solaris 2.6 Must remake target `RGuard.o'. Putting child 0x00059f58 PID 20212 on the chain. Live child 0x00059f58 PID 20212 Child access: user 1085 (real 1085), group 1001 (real 1001) Starting RGuard.o at 06-Apr.13:12 in nms-5.1.01 /project/nmc/sw/pkg/src/Nmc/Threads Reaping winning child 0x00059f58 PID 20212 /apps/SUNWspro.40/bin/CC -g -D__SYS5__ <... shortened...> -mt -c RGuard.C Live child 0x00059f58 PID 20216 Child access: user 1085 (real 1085), group 1001 (real 1001) CC: Invalid input file name 5, no output generated for this file. Reaping winning child 0x00059f58 PID 20216 Removing child 0x00059f58 PID 20216 from chain. Successfully remade target file `RGuard.o'. Thanks for your help. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com