From: Aaron Fellin on 5 Nov 2009 06:41 On Thu Jul 30 09:41:16 MDT 2009, SAIKA Iwao wrote: > I have tried to compile 3.0.4 binary on x86 versions of x86. > > I attached first 100 lines of config.log. It shows details of my > environment. > I think configuer works fine. > But after I typed make command, some errors appeared. > > Does anyone have ideas of fix this problems? or Don't you have the > instance of compiled on solaris10 OS. > ... > Linking non-shared library bin/libaddns.a > gmake: rc: Command not found > gmake: [bin/libaddns.a] Error 127 (ignored) > I've just tracked down the 'rc: Command not found' error on a SPARC Solaris system. Turns out that, contrary to the man page, $(AR) has no default value. Setting this to /opt/csw/bin/gar (for OpenCSW GNU binutils) and then running ./configure and gmake as normal solves the issue for me. $ uname -a SunOS xxxxxx 5.10 Generic_141414-02 sun4v sparc SUNW,SPARC-Enterprise-T5220 $ cat /etc/release Solaris 10 5/08 s10s_u5wos_10 SPARC This should be the same for x86 (I'm keeping my fingers crossed because that's the next build target). -- Aaron Fellin, eXVI CLAW/HISS basic, pgp key: 0x0138C0839 @ pgp.mit.edu Computer Action Team, support(a)cat.pdx.edu, (503) 725-5420, fab60-06, eb325a http://www.cat.pdx.edu/
|
Pages: 1 Prev: samba & unix group permissions problems Next: Phantom sharename |