<?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: HPUX 11i + sendmail 8.12.4 + gcc3.02 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744902#M834652</link>
    <description>Hi,&lt;BR /&gt;I did a compile of sendmail with gcc, not the same version, but sendmail 8.11.6 and gcc 2....&lt;BR /&gt;Easy to do :&lt;BR /&gt;in your source tree of sendmail, go to devtools/OS,&lt;BR /&gt;change the config of HPUX11.x :&lt;BR /&gt;Here's mine :&lt;BR /&gt;# more HP-UX.11.x&lt;BR /&gt;#       $Id: HP-UX.11.x,v 8.11.18.3 2000/09/19 07:04:52 gshapiro Exp $&lt;BR /&gt; &lt;BR /&gt;# +z is to generate position independant code&lt;BR /&gt;define(`confCC', `gcc -fPIC')&lt;BR /&gt;define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX -DNDBM')&lt;BR /&gt;define(`confENVDEF', `-DV4FS -DHPUX11 -D_PATH_SENDMAIL=\"/usr/sbin/sendmail\"')&lt;BR /&gt;define(`confOPTIMIZE', `-O3')&lt;BR /&gt;define(`confLIBS', `-ldbm -lnsl')&lt;BR /&gt;define(`confSHELL', `/usr/bin/sh')&lt;BR /&gt;define(`confINSTALL', `${BUILDBIN}/install.sh')&lt;BR /&gt;define(`confSBINGRP', `mail')&lt;BR /&gt;define(`confEBINDIR', `/usr/sbin')&lt;BR /&gt; &lt;BR /&gt;define(`confMTCCOPTS', `-D_POSIX_C_SOURCE=199506L')&lt;BR /&gt;define(`confMTLDOPTS', `-lpthread')&lt;BR /&gt;define(`confLD', `ld')&lt;BR /&gt;define(`confLDOPTS_SO', `-b')&lt;BR /&gt;define(`confCCOPTS_SO', `')&lt;BR /&gt; &lt;BR /&gt;define(`confSONAME',`+h')&lt;BR /&gt;define(`confSHAREDLIB_EXT',`.sl')&lt;BR /&gt;APPENDDEF(`conf_sendmail_ENVDEF',`-D_FFR_MILTER=1')&lt;BR /&gt;APPENDDEF(`conf_libmilter_ENVDEF',`-D_FFR_MILTER=1')&lt;BR /&gt;&lt;BR /&gt;Yep, I also use libmilter... (Amavis for ypu also ?).&lt;BR /&gt;In fact instead of cc -Ae +z, you place gcc -fPIC (PIC in uppercase !it's important !).&lt;BR /&gt;2 more lines for libmilter, and also the NEWDB support (You have to install Berkeley DB on your server before.., with proper links to header, lib).&lt;BR /&gt;Don't forget gcc in the $PATH,&lt;BR /&gt;And at the end, build the milter library and link or copy with /usr/lib and /usr/include.&lt;BR /&gt;&lt;BR /&gt;Hope it'll work.</description>
    <pubDate>Mon, 17 Jun 2002 07:21:48 GMT</pubDate>
    <dc:creator>benoit Bruckert</dc:creator>
    <dc:date>2002-06-17T07:21:48Z</dc:date>
    <item>
      <title>HPUX 11i + sendmail 8.12.4 + gcc3.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744900#M834650</link>
      <description>I'am installing sendmail 8.12.4 on HPUX 11i with&lt;BR /&gt;gcc3.02 because i need the libmilter facility.&lt;BR /&gt;&lt;BR /&gt;The sendmail m4 files are setup to use HP aCC instead of gcc.&lt;BR /&gt;I managed to compile with gcc but i am not sure&lt;BR /&gt;about all the compiler options &amp;amp; flags.&lt;BR /&gt;&lt;BR /&gt;Does anybody already did this ?&lt;BR /&gt;&lt;BR /&gt;There is a thread on aCC - GCC comparision&lt;BR /&gt;(CXX-DEV) where a gcc1.pdf on HP's devresource&lt;BR /&gt;is mentioned, but the link is now pointing to something else (C compiler design ??)&lt;BR /&gt;&lt;BR /&gt;Does anybody still have this gcc1.pdf ?&lt;BR /&gt;With google i only found a Japanese one.&lt;BR /&gt;&lt;BR /&gt;Tanx &amp;amp; Regards&lt;BR /&gt;Mark De Moo</description>
      <pubDate>Fri, 14 Jun 2002 11:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744900#M834650</guid>
      <dc:creator>Mark De Moor</dc:creator>
      <dc:date>2002-06-14T11:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11i + sendmail 8.12.4 + gcc3.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744901#M834651</link>
      <description>Finally found this document at HP's DSPP.Hope it will help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/OpenSource/gcc1.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/OpenSource/gcc1.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'am still interested in other sendmail 8.12.4 installation-experiences.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 17 Jun 2002 07:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744901#M834651</guid>
      <dc:creator>Mark De Moor</dc:creator>
      <dc:date>2002-06-17T07:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11i + sendmail 8.12.4 + gcc3.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744902#M834652</link>
      <description>Hi,&lt;BR /&gt;I did a compile of sendmail with gcc, not the same version, but sendmail 8.11.6 and gcc 2....&lt;BR /&gt;Easy to do :&lt;BR /&gt;in your source tree of sendmail, go to devtools/OS,&lt;BR /&gt;change the config of HPUX11.x :&lt;BR /&gt;Here's mine :&lt;BR /&gt;# more HP-UX.11.x&lt;BR /&gt;#       $Id: HP-UX.11.x,v 8.11.18.3 2000/09/19 07:04:52 gshapiro Exp $&lt;BR /&gt; &lt;BR /&gt;# +z is to generate position independant code&lt;BR /&gt;define(`confCC', `gcc -fPIC')&lt;BR /&gt;define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX -DNDBM')&lt;BR /&gt;define(`confENVDEF', `-DV4FS -DHPUX11 -D_PATH_SENDMAIL=\"/usr/sbin/sendmail\"')&lt;BR /&gt;define(`confOPTIMIZE', `-O3')&lt;BR /&gt;define(`confLIBS', `-ldbm -lnsl')&lt;BR /&gt;define(`confSHELL', `/usr/bin/sh')&lt;BR /&gt;define(`confINSTALL', `${BUILDBIN}/install.sh')&lt;BR /&gt;define(`confSBINGRP', `mail')&lt;BR /&gt;define(`confEBINDIR', `/usr/sbin')&lt;BR /&gt; &lt;BR /&gt;define(`confMTCCOPTS', `-D_POSIX_C_SOURCE=199506L')&lt;BR /&gt;define(`confMTLDOPTS', `-lpthread')&lt;BR /&gt;define(`confLD', `ld')&lt;BR /&gt;define(`confLDOPTS_SO', `-b')&lt;BR /&gt;define(`confCCOPTS_SO', `')&lt;BR /&gt; &lt;BR /&gt;define(`confSONAME',`+h')&lt;BR /&gt;define(`confSHAREDLIB_EXT',`.sl')&lt;BR /&gt;APPENDDEF(`conf_sendmail_ENVDEF',`-D_FFR_MILTER=1')&lt;BR /&gt;APPENDDEF(`conf_libmilter_ENVDEF',`-D_FFR_MILTER=1')&lt;BR /&gt;&lt;BR /&gt;Yep, I also use libmilter... (Amavis for ypu also ?).&lt;BR /&gt;In fact instead of cc -Ae +z, you place gcc -fPIC (PIC in uppercase !it's important !).&lt;BR /&gt;2 more lines for libmilter, and also the NEWDB support (You have to install Berkeley DB on your server before.., with proper links to header, lib).&lt;BR /&gt;Don't forget gcc in the $PATH,&lt;BR /&gt;And at the end, build the milter library and link or copy with /usr/lib and /usr/include.&lt;BR /&gt;&lt;BR /&gt;Hope it'll work.</description>
      <pubDate>Mon, 17 Jun 2002 07:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744902#M834652</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-06-17T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11i + sendmail 8.12.4 + gcc3.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744903#M834653</link>
      <description>Tanx,&lt;BR /&gt; it works.&lt;BR /&gt;&lt;BR /&gt;because my .mc files are a little different, i made a ./devtools/Site/site.config.m4 file with my local settings:&lt;BR /&gt;&lt;BR /&gt;define(`confCClibsmi', `gcc -fPIC')&lt;BR /&gt;define(`confCC',`/usr/local/bin/gcc -fPIC')&lt;BR /&gt;define(`confOPTIMIZE', ` -O3')&lt;BR /&gt;define(`confMAPDEF',`-DNEWDB -DMAP_REGEX')&lt;BR /&gt;define(`confMTCCOPTS', `-D_POSIX_C_SOURCE=199506L')&lt;BR /&gt;APPENDDEF(`conf_sendmail_ENVDEF',`-DMILTER')&lt;BR /&gt;APPENDDEF(`confINCDIRS',`-I/opt/db/include')&lt;BR /&gt;APPENDDEF(`confLIBDIRS',`-L/opt/db/lib')&lt;BR /&gt;&lt;BR /&gt;I already had installed Berkeley NEWDB and i want to use libmilter for mimedefang +spamassassin+uvscan for virus &amp;amp; content filtering.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mar</description>
      <pubDate>Mon, 24 Jun 2002 12:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11i-sendmail-8-12-4-gcc3-02/m-p/2744903#M834653</guid>
      <dc:creator>Mark De Moor</dc:creator>
      <dc:date>2002-06-24T12:09:20Z</dc:date>
    </item>
  </channel>
</rss>

