<?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: CUPS? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716071#M61955</link>
    <description>First of all, if your using gcc you should be using binutils with it. I have seem many a post with that being the issue.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 02 May 2002 20:03:38 GMT</pubDate>
    <dc:creator>hpuxrox</dc:creator>
    <dc:date>2002-05-02T20:03:38Z</dc:date>
    <item>
      <title>CUPS?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716070#M61954</link>
      <description>Hi,&lt;BR /&gt;  I'm trying to get CUPS working on an L2000 with HP-UX 11.00.&lt;BR /&gt;&lt;BR /&gt;I first tried the compiled depot from: &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/alpha.html" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/alpha.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but it is old, and is missing a lot of features i'm looking for, plus it didn't even come with a sample config.&lt;BR /&gt;&lt;BR /&gt;So i tried downloading and building the current release from &lt;A href="http://www.cups.org." target="_blank"&gt;www.cups.org.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm using gcc 3.0.4 to try and build cups-1.1.14.&lt;BR /&gt;&lt;BR /&gt;It's erroring out on:&lt;BR /&gt;#make&lt;BR /&gt;Making all in cups...&lt;BR /&gt;Making all in backend...&lt;BR /&gt;Making all in berkeley...&lt;BR /&gt;Making all in cgi-bin...&lt;BR /&gt;Making all in filter...&lt;BR /&gt;Linking imagetops...&lt;BR /&gt;Making all in man...&lt;BR /&gt;Making all in pdftops...&lt;BR /&gt;Linking pdftops...&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;  pthread_once (code)&lt;BR /&gt;  pthread_key_create (code)&lt;BR /&gt;  pthread_setspecific (code)&lt;BR /&gt;  pthread_mutex_unlock (code)&lt;BR /&gt;  pthread_getspecific (code)&lt;BR /&gt;  pthread_mutex_lock (code)&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;*** Error code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;***Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea what's going wrong?&lt;BR /&gt;&lt;BR /&gt;Or anyone else already compile  a newer cups for hp-ux?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 02 May 2002 19:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716070#M61954</guid>
      <dc:creator>Ben Wilson_4</dc:creator>
      <dc:date>2002-05-02T19:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716071#M61955</link>
      <description>First of all, if your using gcc you should be using binutils with it. I have seem many a post with that being the issue.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2002 20:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716071#M61955</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-05-02T20:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716072#M61956</link>
      <description>Yeah, i installed the binutils, v 2.11.2.&lt;BR /&gt;&lt;BR /&gt;Any other ides?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ben</description>
      <pubDate>Fri, 03 May 2002 12:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716072#M61956</guid>
      <dc:creator>Ben Wilson_4</dc:creator>
      <dc:date>2002-05-03T12:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716073#M61957</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;It looks like you are missing the pthread library. You need to make sure that you have -lpthread in your compiler option and that the path to the library is also in with the -L option.&lt;BR /&gt;&lt;BR /&gt;"cc ..... -L/usr/lib -lpthread"&lt;BR /&gt;&lt;BR /&gt;if libthread is in /usr/lib of course.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;--Mehmet</description>
      <pubDate>Sat, 04 May 2002 20:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716073#M61957</guid>
      <dc:creator>Mehmet Musa</dc:creator>
      <dc:date>2002-05-04T20:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716074#M61958</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have you tried "devresource.hp.com" already?&lt;BR /&gt;&lt;BR /&gt;Just an idea,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sun, 05 May 2002 13:38:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716074#M61958</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-05T13:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716075#M61959</link>
      <description>Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;I emailed Easy Software about it, and they told me it may be a gcc bug, their code doesn't use pthreads at all...&lt;BR /&gt;&lt;BR /&gt;Any way to tell make not use pthread, or another work around?&lt;BR /&gt;&lt;BR /&gt;I think I'm getting in over my head, i'm an admin, not a programmer :)&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 06 May 2002 15:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716075#M61959</guid>
      <dc:creator>Ben Wilson_4</dc:creator>
      <dc:date>2002-05-06T15:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716076#M61960</link>
      <description>Ben.. anybody, were you able to get a clean compile of CUPS? I also have the same problem.. I am using gcc 3.3.2 from HP...&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2004 16:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cups/m-p/2716076#M61960</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-02-19T16:06:09Z</dc:date>
    </item>
  </channel>
</rss>

