<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem compiling programs under hpux11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314499#M706715</link>
    <description>hi &lt;BR /&gt;i have modify the file /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/include/sys/types.h&lt;BR /&gt;after i have modify the makefile&lt;BR /&gt;and i have another message&lt;BR /&gt;&lt;BR /&gt;# ./compile -mlp64&lt;BR /&gt;        /usr/local/bin/gcc -g -w -I/opt/OV/include -I. -L -L/opt/OV/lib -L/opt/IXImd12s/lib -L/opt/OV/lib -c AlcPabxPolling.c&lt;BR /&gt;        /usr/local/bin/gcc -g -w -I/opt/OV/include -I. -L -L/opt/OV/lib -L/opt/IXImd12s/lib -L/opt/OV/lib -c SnmpPrints.c&lt;BR /&gt;Linking AlcPabxPolling  ...&lt;BR /&gt;done&lt;BR /&gt;# ls&lt;BR /&gt;AlcPabxPolling         AlcPabxPolling.o       core                   SnmpPrints.c&lt;BR /&gt;AlcPabxPolling.c       AlcPabxPolling_origin  makefile               SnmpPrints.o&lt;BR /&gt;AlcPabxPolling.h       compile                makefile_origin&lt;BR /&gt;# ./AlcPabxPolling&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__9exceptionFv (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_exception (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_alloc_exception (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_exception (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_alloc_exception (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_exception (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_alloc_exception (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;# &lt;BR /&gt;</description>
    <pubDate>Fri, 25 Jun 2004 07:45:16 GMT</pubDate>
    <dc:creator>khelij</dc:creator>
    <dc:date>2004-06-25T07:45:16Z</dc:date>
    <item>
      <title>problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314485#M706701</link>
      <description>hello everyone, I have problem compiling programs under hpux11.11 and gcc3.3.2for  example, when i compiling my programm it always show error &lt;BR /&gt;============================&lt;BR /&gt;#  make&lt;BR /&gt;        /usr/local/bin/gcc -g -I/opt/OV/include -L/opt/OV/lib  -c AlcPabxPolling.c&lt;BR /&gt;In file included from /opt/OV/include/OV/OVsnmpApi.h:60,&lt;BR /&gt;                 from /opt/OV/include/OV/OVsnmp.h:46,&lt;BR /&gt;                 from AlcPabxPolling.c:25:&lt;BR /&gt;/usr/include/sys/socket.h:484: error: erreur d'analyse syntaxique before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h:484: error: erreur d'analyse syntaxique before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:486: error: erreur d'analyse syntaxique before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h:486: error: erreur d'analyse syntaxique before "bsize_t"&lt;BR /&gt;*** Erreur - code de sortie 1&lt;BR /&gt;&lt;BR /&gt;ArrÃªt.&lt;BR /&gt;=========================================&lt;BR /&gt;&lt;BR /&gt;Anyone can help me? Thanks in advance.I have attach the makefile in attachmen</description>
      <pubDate>Thu, 24 Jun 2004 09:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314485#M706701</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-24T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314486#M706702</link>
      <description>Bonjour&lt;BR /&gt;&lt;BR /&gt;How did you install gcc, compilation / binaries ?&lt;BR /&gt;&lt;BR /&gt;Have you install patch PHSS_28871 ?&lt;BR /&gt;( &lt;A href="http://www.spinics.net/lists/gcchelp/msg02273.html" target="_blank"&gt;http://www.spinics.net/lists/gcchelp/msg02273.html&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;A+&lt;BR /&gt;&lt;BR /&gt;Nicolas</description>
      <pubDate>Thu, 24 Jun 2004 10:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314486#M706702</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-06-24T10:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314487#M706703</link>
      <description>i have install gcc 3.3.2 with swinstall&lt;BR /&gt;I do not know how command to list the patch on my hpux</description>
      <pubDate>Thu, 24 Jun 2004 10:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314487#M706703</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-24T10:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314488#M706704</link>
      <description>can you help me please&lt;BR /&gt;fedia</description>
      <pubDate>Thu, 24 Jun 2004 10:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314488#M706704</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-24T10:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314489#M706705</link>
      <description>swlist -l product | grep PHSS_28871 &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i gcc&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Thu, 24 Jun 2004 11:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314489#M706705</guid>
      <dc:creator>Dan Martin_1</dc:creator>
      <dc:date>2004-06-24T11:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314490#M706706</link>
      <description>i dont think this has anything to do with PHSS_28871 (a linker/loader patch) because the build did not even reach the link stage, and no linker/loader/related include files are involved.&lt;BR /&gt;&lt;BR /&gt;the problem is that gcc supplies its own sys/types.h which does not define the type sbsize_t, which is defined in HP-supplied /usr/include/sys/types.h. so you may consider adding this piece to gcc-supplied&lt;BR /&gt;sys/types.h .&lt;BR /&gt;&lt;BR /&gt;#  ifndef _BSIZE_T &lt;BR /&gt;#    define _BSIZE_T&lt;BR /&gt;#    if defined(_APP32_64BIT_OFF_T) || defined(_KERNEL)&lt;BR /&gt;        typedef int64_t  sbsize_t;      /* signed length in bytes */&lt;BR /&gt;        typedef uint64_t bsize_t;       /* unsigned length in bytes */&lt;BR /&gt;#    else&lt;BR /&gt;        typedef long  sbsize_t;&lt;BR /&gt;        typedef unsigned long bsize_t;&lt;BR /&gt;#    endif&lt;BR /&gt;#  endif /* _BSIZE_T */&lt;BR /&gt;&lt;BR /&gt;or, include /usr/include/sys/types.h instead of the gcc-supplied one (not sure if that will work well in all respects).</description>
      <pubDate>Fri, 25 Jun 2004 02:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314490#M706706</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-06-25T02:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314491#M706707</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;this is a problem with GCC version that you have installed. You would be having GCC for HP-UX 11.00 rather than HP-UX11.11. If you have installed binary version of GCC 3.3.2 then this could happen.&lt;BR /&gt;Best way is to compile GCC on you machine.&lt;BR /&gt;&lt;BR /&gt;Another solution is to add "-D_XOPEN_SOURCE_EXTENDED" in the compiler flags. With this the code compiles properly.&lt;BR /&gt;But I am not sure if there are any direct/indirect bad implications of this.&lt;BR /&gt;&lt;BR /&gt;If you want to compile GCC, this thread would be helpfull to you:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=585633" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=585633&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;Rohan&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2004 04:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314491#M706707</guid>
      <dc:creator>Rohan_7</dc:creator>
      <dc:date>2004-06-25T04:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314492#M706708</link>
      <description>First of all Thank you very much ;-)&lt;BR /&gt;&lt;BR /&gt;the subject to this compile is : &lt;BR /&gt;i have HPUX 11.11 and HPOV 6.X&lt;BR /&gt;J have a program developpe on C for HPOV&lt;BR /&gt;i want to compile this script&lt;BR /&gt;&lt;BR /&gt;Firstly i have include in /usr/include/sys/types.h&lt;BR /&gt;&lt;BR /&gt;# ifndef _BSIZE_T&lt;BR /&gt;# define _BSIZE_T&lt;BR /&gt;# if defined(_APP32_64BIT_OFF_T) || defined(_KERNEL)&lt;BR /&gt;typedef int64_t sbsize_t; /* signed length in bytes */&lt;BR /&gt;typedef uint64_t bsize_t; /* unsigned length in bytes */&lt;BR /&gt;# else&lt;BR /&gt;typedef long sbsize_t;&lt;BR /&gt;typedef unsigned long bsize_t;&lt;BR /&gt;# endif&lt;BR /&gt;# endif /* _BSIZE_T */&lt;BR /&gt;&lt;BR /&gt;secondly i compile and i have a new message :&lt;BR /&gt;&lt;BR /&gt; ./compile&lt;BR /&gt;        /usr/local/bin/gcc -g -w -I/opt/OV/include -I.  /opt/OV/lib -c AlcPabxPolling.c&lt;BR /&gt;gcc: /opt/OV/lib: fichier d'entrÃ©e d'Ã©dition de liens n'est pas utilisÃ© parce l'Ã©dition de lien n'a pas Ã©tÃ© faite&lt;BR /&gt;        /usr/local/bin/gcc -g -w -I/opt/OV/include -I.  /opt/OV/lib -c SnmpPrints.c&lt;BR /&gt;gcc: /opt/OV/lib: fichier d'entrÃ©e d'Ã©dition de liens n'est pas utilisÃ© parce l'Ã©dition de lien n'a pas Ã©tÃ© faite&lt;BR /&gt;Linking AlcPabxPolling  ...&lt;BR /&gt;/usr/ccs/bin/ld: /opt/OV/lib: Not a valid object file (invalid system id)&lt;BR /&gt;collect2: ld a retournÃ© 1 code d'Ã©tat d'exÃ©cution&lt;BR /&gt;*** Erreur - code de sortie 1&lt;BR /&gt;&lt;BR /&gt;ArrÃªt.&lt;BR /&gt;==========================================&lt;BR /&gt;&lt;BR /&gt;I think, i have probleme to put option path in makefile&lt;BR /&gt;i send you the mafile and the oth</description>
      <pubDate>Fri, 25 Jun 2004 05:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314492#M706708</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-25T05:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314493#M706709</link>
      <description>the second file</description>
      <pubDate>Fri, 25 Jun 2004 05:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314493#M706709</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-25T05:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314494#M706710</link>
      <description>the third</description>
      <pubDate>Fri, 25 Jun 2004 05:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314494#M706710</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-25T05:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314495#M706711</link>
      <description>you should not be modifying /usr/include/sys/types.h - this file is fine as it is.&lt;BR /&gt;&lt;BR /&gt;i meant the gcc-supplied types.h which will be in some location like&lt;BR /&gt;/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/sys/types.h&lt;BR /&gt;&lt;BR /&gt;this is the file that gets included when you compile with gcc because gcc's default include path has the above path first and /usr/include later.</description>
      <pubDate>Fri, 25 Jun 2004 06:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314495#M706711</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-06-25T06:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314496#M706712</link>
      <description>the problem is because of the following line in the makefile:&lt;BR /&gt;&lt;BR /&gt;CFLAGS = -g -w -I/opt/OV/include -I. $(SNMP_LIBPATH) /opt/OV/lib&lt;BR /&gt;&lt;BR /&gt;you want to include the library lookup path but you missed the -L.&lt;BR /&gt;&lt;BR /&gt;you should change that to&lt;BR /&gt;CFLAGS = -g -w -I/opt/OV/include -I. -L $(SNMP_LIBPATH) -L/opt/OV/lib&lt;BR /&gt;&lt;BR /&gt;note that the makefile is not initializing SNMP_LIBPATH. you have to correct that.</description>
      <pubDate>Fri, 25 Jun 2004 06:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314496#M706712</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-06-25T06:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314497#M706713</link>
      <description>just a minute i make a test</description>
      <pubDate>Fri, 25 Jun 2004 06:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314497#M706713</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-25T06:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314498#M706714</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are compiling a 64bit application then add -mlp64 to the compile option. This will remove this error.&lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Fri, 25 Jun 2004 07:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314498#M706714</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-06-25T07:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314499#M706715</link>
      <description>hi &lt;BR /&gt;i have modify the file /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/include/sys/types.h&lt;BR /&gt;after i have modify the makefile&lt;BR /&gt;and i have another message&lt;BR /&gt;&lt;BR /&gt;# ./compile -mlp64&lt;BR /&gt;        /usr/local/bin/gcc -g -w -I/opt/OV/include -I. -L -L/opt/OV/lib -L/opt/IXImd12s/lib -L/opt/OV/lib -c AlcPabxPolling.c&lt;BR /&gt;        /usr/local/bin/gcc -g -w -I/opt/OV/include -I. -L -L/opt/OV/lib -L/opt/IXImd12s/lib -L/opt/OV/lib -c SnmpPrints.c&lt;BR /&gt;Linking AlcPabxPolling  ...&lt;BR /&gt;done&lt;BR /&gt;# ls&lt;BR /&gt;AlcPabxPolling         AlcPabxPolling.o       core                   SnmpPrints.c&lt;BR /&gt;AlcPabxPolling.c       AlcPabxPolling_origin  makefile               SnmpPrints.o&lt;BR /&gt;AlcPabxPolling.h       compile                makefile_origin&lt;BR /&gt;# ./AlcPabxPolling&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__9exceptionFv (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_exception (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_alloc_exception (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /opt/OV/lib/libov.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_exception (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_alloc_exception (data)  from /usr/lib/libstd.2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: typeid__XT9exception_ (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_exception (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __bad_alloc_exception (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv (data)  from /opt/OV/lib/libovsnmp.3&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;# &lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2004 07:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314499#M706715</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-25T07:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314500#M706716</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do not change any *.h file. These files do not have a problem. If you have changed any file then please revert the changes.&lt;BR /&gt;&lt;BR /&gt;You can verify that the problem is not in the header file by compiling a small test program. Use -E option to make sure that the same header file is being included.&lt;BR /&gt;&lt;BR /&gt;As for the unsatisfied symbols the libc.2 should be /usr/lib/pa20_64/libc.2. Just do a nm(1) on the library and grep the symbols which are listed as unsatisfied. &lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Fri, 25 Jun 2004 07:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314500#M706716</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-06-25T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314501#M706717</link>
      <description>if i dont make the change in types.h i have this message&lt;BR /&gt;&lt;BR /&gt;# ./compile&lt;BR /&gt;        /usr/local/bin/gcc -g -w -I/opt/OV/include -I. -L -L/opt/OV/lib -L/opt/IXImd12s/lib -L/opt/OV/lib -c AlcPabxPolling.c&lt;BR /&gt;In file included from /opt/OV/include/OV/OVsnmpApi.h:60,&lt;BR /&gt;                 from /opt/OV/include/OV/OVsnmp.h:46,&lt;BR /&gt;                 from AlcPabxPolling.c:25:&lt;BR /&gt;/usr/include/sys/socket.h:484: error: erreur d'analyse syntaxique before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h:484: error: erreur d'analyse syntaxique before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:485: error: erreur d'analyse syntaxique before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h:485: error: erreur d'analyse syntaxique before "bsize_t"&lt;BR /&gt;*** Erreur - code de sortie 1&lt;BR /&gt;&lt;BR /&gt;ArrÃªt.&lt;BR /&gt;#</description>
      <pubDate>Fri, 25 Jun 2004 08:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314501#M706717</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-25T08:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314502#M706718</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I do not see the  -mlp64 option in the compile line. Please add it to the compile line. &lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Fri, 25 Jun 2004 08:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314502#M706718</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-06-25T08:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314503#M706719</link>
      <description>i have make -mlp64 and i have the same message&lt;BR /&gt;Do you know the patch must i put on my hpux machine to turn gcc and hpov.&lt;BR /&gt;&lt;BR /&gt;# ./compile -mlp64&lt;BR /&gt;        /usr/local/bin/gcc -g -w -I/opt/OV/include -I. -L -L/opt/OV/lib -L/opt/IXImd12s/lib -L/opt/OV/lib -c AlcPabxPolling.c&lt;BR /&gt;In file included from /opt/OV/include/OV/OVsnmpApi.h:60,&lt;BR /&gt;                 from /opt/OV/include/OV/OVsnmp.h:46,&lt;BR /&gt;                 from AlcPabxPolling.c:25:&lt;BR /&gt;/usr/include/sys/socket.h:484: error: erreur d'analyse syntaxique before "sendfile"&lt;BR /&gt;/usr/include/sys/socket.h:484: error: erreur d'analyse syntaxique before "bsize_t"&lt;BR /&gt;/usr/include/sys/socket.h:485: error: erreur d'analyse syntaxique before "sendpath"&lt;BR /&gt;/usr/include/sys/socket.h:485: error: erreur d'analyse syntaxique before "bsize_t"&lt;BR /&gt;*** Erreur - code de sortie 1&lt;BR /&gt;&lt;BR /&gt;ArrÃªt.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2004 08:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314503#M706719</guid>
      <dc:creator>khelij</dc:creator>
      <dc:date>2004-06-25T08:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem compiling programs under hpux11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314504#M706720</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I still do not see the -mlp64 in the compile line.&lt;BR /&gt;&lt;BR /&gt;# ./compile -mlp64&lt;BR /&gt;/usr/local/bin/gcc -g -w -I/opt/OV/include -I. -L -L/opt/OV/lib -L/opt/IXImd12s/lib -L/opt/OV/lib -c AlcPabxPolling.c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;edit the file: compile and add -mlp64 in the option for gcc:&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/gcc -g -w -mlp64 -I....&lt;BR /&gt;&lt;BR /&gt;and then try. I have had similar problem and it was solved by this.&lt;BR /&gt;&lt;BR /&gt;manish.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2004 08:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-compiling-programs-under-hpux11-11/m-p/3314504#M706720</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-06-25T08:42:53Z</dc:date>
    </item>
  </channel>
</rss>

