This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: query on live child and child access for gnu make


At 05:12 PM 4/6/00, Sullivan, Jay wrote:
>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.



I think you are confused and sent this to the wrong list.  This list deals
with Cygwin issues only, not general gcc issues.  Try one of the gcc mail
lists or a Sun specific gcc list (if it exists).



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX
                                        (508) 560-1285 - cell phone



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]