RE: make4.3/make4.2.1 - solaris 11 x86 issues

2020-06-30 Thread Preethi Selvaraju
@Martin Dorey: No problem. When I build jdk8u as suggested, encountered the below error: Compiling /export/home/preethi/openjdk8u/hotspot/src/share/vm/compiler/abstractCompiler.cpp Compiling /export/home/preethi/openjdk8u/hotspot/src/share/vm/utilities/accessFlags.cpp Compiling ../generated/adf

Where can I get the example C source code in GNU Make Manual ?

2020-06-30 Thread mkckr0
I am a newbee programmer from China. Recently I am trying to read the GNU Make Manual. But I cannot find the C souce code. In Chapter 2, there is a text editor program as a example including 8 source file and 3 header file. I cannot find them and follow its instruction to run make to compile the

Re: Where can I get the example C source code in GNU Make Manual ?

2020-06-30 Thread Paul Smith
On Tue, 2020-06-30 at 16:04 +0800, mkckr0 wrote: > I am a newbee programmer from China. Recently I am trying to read the > GNU Make Manual. But I cannot find the C souce code. In Chapter 2, > there is a text editor program as a example including 8 source file > and 3 header file. I cannot find them

Re: make4.3/make4.2.1 - solaris 11 x86 issues

2020-06-30 Thread Paul Smith
On Tue, 2020-06-30 at 07:17 +, Preethi Selvaraju wrote: > Kindly ignore if it has nothing to do with gmake. This is not a GNU make issue.