In article <[EMAIL PROTECTED]>, Stone, Mark S. <[EMAIL PROTECTED]> wrote: >Jeremy, >f >Thanks for the fast response. I have corrected the path issue to ar. As >you pointed out, it was located in /usr/ccs/bin/ar. I made this change >with no success. I think you were looking too far up in the log file. >Once I changed the variable in configure, the ar error stopped, but I >still never get a .out file. >Thank you for your help. I'll look around for more issues. You also have >the latest log file in my last email. I tried to compile with gcc, >forte, & finally studio 12.
Am I correct in understanding that you modified the configure script to use '/usr/ccs/bin/ar' instead of 'ar'? Change it back and then change your path to include '/usr/ccs/bin'. For configure to work, it will need to be able to find several other programs in '/usr/ccs/bin'. I have built bind on Solaris with no problems, but my path includes '/usr/ccs/bin'. >Thanks in advance, >Mark > >-----Original Message----- >From: Jeremy C. Reed [mailto:[EMAIL PROTECTED] >Sent: Friday, September 05, 2008 9:49 AM >To: Stone, Mark S. >Cc: [EMAIL PROTECTED] >Subject: RE: Cant get bind 9.5.0-P2 to compile under cc or gcc > >On Fri, 5 Sep 2008, Stone, Mark S. wrote: > >> In response to Mark's email, I pasted the config.log file below. > >What about my email? :) > >> configure:2419: checking for ar >> configure:2452: result: no >> configure:2471: error: >> ar program not found. Please fix your PATH to include the directory >> in which ar resides, or set AR in the environment with the full path >to ar. > > >Please consider reading the log messages and attempt to find the answer. > >Google shows many webpages and threads regarding this. > >Maybe your ar is at /usr/ccs/bin/ar ? Maybe you don't have the required >SUNWbtool package installed? Maybe you need to fix your PATH? -- Tom Schulz [EMAIL PROTECTED]
