<?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: compile  software in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148860#M318521</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Where can i find the compiling instrctions &lt;BR /&gt;&lt;BR /&gt;At the simplest level you can compile thusly:&lt;BR /&gt;&lt;BR /&gt;Given a source file named file.c :&lt;BR /&gt;&lt;BR /&gt;# gcc -o file file.c&lt;BR /&gt;&lt;BR /&gt;...produces object 'file' from a symbolic 'file.c'.  If you omit the '-o file' switch and argument the compiler/linker output will be 'a.out.&lt;BR /&gt;&lt;BR /&gt;More-than-you-want-to-know documentation can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gcc.gnu.org/onlinedocs/" target="_blank"&gt;http://gcc.gnu.org/onlinedocs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 22 Feb 2008 19:29:40 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-02-22T19:29:40Z</dc:date>
    <item>
      <title>compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148853#M318514</link>
      <description>Hello All,&lt;BR /&gt;I have a software called text2pdf.c &lt;BR /&gt;I need to compile it to run on hpux11.23&lt;BR /&gt;how do i do that?&lt;BR /&gt;Thanks Much</description>
      <pubDate>Fri, 22 Feb 2008 05:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148853#M318514</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-22T05:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148854#M318515</link>
      <description>Saying just 11.23 isn't helpful.  Is it IPF or PA?&lt;BR /&gt;You can attempt to use the bundled C compiler or download gcc and try that.&lt;BR /&gt;&lt;BR /&gt;There isn't already a precompiled version of text2pdf?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2008 10:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148854#M318515</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-02-22T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148855#M318516</link>
      <description>It is for PA . And if you know any link to compiled version of text2pdf..please could you post here&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 22 Feb 2008 15:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148855#M318516</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-22T15:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148856#M318517</link>
      <description>are you talking about this program:&lt;BR /&gt;&lt;A href="http://www.eprg.org/pdfcorner/text2pdf/text2pdf.c" target="_blank"&gt;http://www.eprg.org/pdfcorner/text2pdf/text2pdf.c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I compiled it using gcc on linux and it works without problems.&lt;BR /&gt;&lt;BR /&gt;gcc for HPUX can be found at:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The programs seems to be simple (from compiler point of view)&lt;BR /&gt;&lt;BR /&gt;You can try cc or aCC to compile if you have.&lt;BR /&gt;You may need some hacks in the program.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2008 17:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148856#M318517</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-02-22T17:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148857#M318518</link>
      <description>Is GCC is a lic product. I have tried to download from the above link but as soon as i accept the terms the page disappears.&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 22 Feb 2008 17:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148857#M318518</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-22T17:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148858#M318519</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Merijn also graciously provides a binary port of 'gcc':&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/downloads.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/downloads.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 22 Feb 2008 18:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148858#M318519</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-02-22T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148859#M318520</link>
      <description>Thanks so much. Now i have th gcc in the system&lt;BR /&gt;# swlist -l fileset|grep -i gcc&lt;BR /&gt;  GNU_C_C++_64.GCC64_4_2_1&lt;BR /&gt;Where can i find the compiling instrctions .I have a source to compile using gcc&lt;BR /&gt;Thanks Much all</description>
      <pubDate>Fri, 22 Feb 2008 18:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148859#M318520</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-22T18:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148860#M318521</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Where can i find the compiling instrctions &lt;BR /&gt;&lt;BR /&gt;At the simplest level you can compile thusly:&lt;BR /&gt;&lt;BR /&gt;Given a source file named file.c :&lt;BR /&gt;&lt;BR /&gt;# gcc -o file file.c&lt;BR /&gt;&lt;BR /&gt;...produces object 'file' from a symbolic 'file.c'.  If you omit the '-o file' switch and argument the compiler/linker output will be 'a.out.&lt;BR /&gt;&lt;BR /&gt;More-than-you-want-to-know documentation can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gcc.gnu.org/onlinedocs/" target="_blank"&gt;http://gcc.gnu.org/onlinedocs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 22 Feb 2008 19:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148860#M318521</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-02-22T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148861#M318522</link>
      <description>to compile test2pdf.c:&lt;BR /&gt;&lt;BR /&gt;go to the directory which contains this file.&lt;BR /&gt;then run "gcc -o txt2pdf text2pdf.c"&lt;BR /&gt;&lt;BR /&gt;this will create a file name tex2pdf which you can copy to /usr/bin if you want all users on your system to use this.&lt;BR /&gt;&lt;BR /&gt;the usage of binary will then be:&lt;BR /&gt;&lt;BR /&gt;tex2pdf &lt;NAME of="" text="" file=""&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-Sri&lt;/NAME&gt;</description>
      <pubDate>Sat, 23 Feb 2008 04:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148861#M318522</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-02-23T04:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148862#M318523</link>
      <description>So far the informations are very help. So this is my last post regarding this .&lt;BR /&gt;I did use gcc to compile a text2pdf software.But i'm getting error message as below.Did any one see this kind of error ...any idea &lt;BR /&gt;Thanks so much for your help&lt;BR /&gt;&lt;BR /&gt;# /opt/hp-gcc64/bin/gcc -o /tmp/file1 /tmp/text.c&lt;BR /&gt;In file included from /usr/include/sys/stdpad.h:23,&lt;BR /&gt;                 from /usr/include/sys/sigevent.h:45,&lt;BR /&gt;                 from /opt/hp-gcc64-4.2.1/lib/gcc/hppa64-hp-hpux11.11/4.2.1/incl&lt;BR /&gt;ude/sys/time.h:37,&lt;BR /&gt;                 from /usr/include/sys/resource.h:50,&lt;BR /&gt;                 from /usr/include/sys/wait.h:100,&lt;BR /&gt;                 from /opt/hp-gcc64-4.2.1/lib/gcc/hppa64-hp-hpux11.11/4.2.1/incl&lt;BR /&gt;ude/stdlib.h:399,&lt;BR /&gt;                 from /tmp/text.c:27:&lt;BR /&gt;/usr/include/machine/sys/_types.h:65: error: expected specifier-qualifier-list b&lt;BR /&gt;efore '__fpreg'</description>
      <pubDate>Sat, 23 Feb 2008 18:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148862#M318523</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-02-23T18:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: compile  software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148863#M318524</link>
      <description>&amp;gt;But I'm getting error message as below.&lt;BR /&gt;&amp;gt;/usr/include/machine/sys/_types.h:65: error: expected specifier-qualifier-list before '__fpreg'&lt;BR /&gt;&lt;BR /&gt;__fpreg is an IPF only data type.  It shouldn't be on PA.  You may have used the wrong define, -D__ia64.</description>
      <pubDate>Sun, 24 Feb 2008 05:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-software/m-p/4148863#M318524</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-02-24T05:45:15Z</dc:date>
    </item>
  </channel>
</rss>

