Hi, all

     I need to build a shared library in a project. 
     So I changed the ./config.h and ./libtool, with the difference as the 
following:

         [EMAIL PROTECTED] ucd-snmp-brasc]# diff config.h config.h.bk
        1062c1062
        < #define CONFIGURE_OPTIONS " --enable-shared --disable-static"
        ---
        > #define CONFIGURE_OPTIONS ""

        [EMAIL PROTECTED] ucd-snmp-brasc]# diff libtool libtool.bk
        44c44
        < build_libtool_libs=yes
        ---
        > build_libtool_libs=
        50c50
        < build_old_libs=no
        ---
        > build_old_libs=yes

    After the changing, I following compiling errer occurs:
        ../snmplib/.libs/libsnmp.so: undefined reference to `optarg@@GLIBC_2.0'

  What does this error mean? Does it mean the version of GLIBC is wrong or 
somting else?
    The version of the ucd-snmp is 4.2.3, and gcc version egcs-2.91.66 
19990314/Linux (egcs-1.1.2 release) .

    Thanks in advance!

BR,
Paul


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to