<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <tt>Hi, Nathaniel!<br>
      <br>
      It seems to be a common problem on Solaris[1] - some symbols are
      defined in libncurses, some in libcurses. Can you try to replace
      the '-lncurses' with '-lcurses' in menuconfig/Makefile (line 8)?<br>
      If that doesn't work, try 'LD_EXTRA_OPTS=-lcurses make menuconfig'
      and post the output.<br>
      <br>
      [1] <a class="moz-txt-link-freetext" href="https://gcc.gnu.org/ml/gcc-help/1999-11n/msg00020.html">https://gcc.gnu.org/ml/gcc-help/1999-11n/msg00020.html</a><br>
      <br>
      Best regards,<br>
    </tt>
    <pre class="moz-signature" cols="72">Răzvan Crainea
OpenSIPS Solutions
<a class="moz-txt-link-abbreviated" href="http://www.opensips-solutions.com">www.opensips-solutions.com</a></pre>
    <div class="moz-cite-prefix">On 01/05/2016 07:18 AM, Nathaniel L.
      Keeling III wrote:<br>
    </div>
    <blockquote cite="mid:568B5233.7090804@akan-tech.com" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      I am trying to install Opensips 2.1 on Solaris Sparc 10 and I am
      getting this error when I perform "make menuconfig":<br>
      <br>
      <small><font face="Courier New, Courier, monospace"># make
          menuconfig<br>
          Usage: grep -hblcnsviw pattern file . . .<br>
          /bin/sh: proto_: not found<br>
          make -C menuconfig<br>
          make[1]: Entering directory
          '/usr/local/src/opensips/opensips_2_1/menuconfig'<br>
          gcc -o configure -m64 -Wcast-align  -mcpu=ultrasparc  -g -Wall
          -DMENUCONFIG_CFG_PATH=\"menuconfig/configs/\"
          -DMENUCONFIG_GEN_PATH=\"etc/\" -DMENUCONFIG_HAVE_SOURCES=1 
          cfg.o curses.o items.o commands.o menus.o parser.o main.o
          -lncurses<br>
          Undefined                       first referenced<br>
           symbol                             in file<br>
          initscr32                           main.o<br>
          w32attron                           curses.o<br>
          w32attroff                          curses.o<br>
          ld: fatal: Symbol referencing errors. No output written to
          configure<br>
          Makefile:12: recipe for target 'all' failed<br>
          make[1]: *** [all] Error 1<br>
          make[1]: Leaving directory
          '/usr/local/src/opensips/opensips_2_1/menuconfig'<br>
          Makefile:720: recipe for target 'comp_menuconfig' failed</font></small><br>
      <br>
      The version of ncurses install is 5.9 and I have gnu m4 version
      1.4.17 installed. <br>
      <br>
      <br>
      Thanks<br>
      <br>
      Nathaniel<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>