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]

query on live child and child access for gnu make


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@sourceware.cygnus.com


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