<?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: visualize box and cdrecord in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576498#M858673</link>
    <description>As for the point, you can assign points to users for their responses to your question.  I believe there should be a "assign points" button somewhere on the screen.  The points range from 1 (little help) to 10 (solved my problem).  Just an FYI.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Fri, 07 Sep 2001 19:27:08 GMT</pubDate>
    <dc:creator>Santosh Nair_1</dc:creator>
    <dc:date>2001-09-07T19:27:08Z</dc:date>
    <item>
      <title>visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576489#M858664</link>
      <description>just upgraded a visualize C240 box from 10.02 -&amp;gt; 11.0 and connected a Plextor cdr.  I've downloaded the source for cdrecord and am having problems getting it to compile.  more specifically i'm having problems with make: &lt;BR /&gt;# make&lt;BR /&gt;Bad character | (octal 174), line 38Make: .  Stop.&lt;BR /&gt;#&lt;BR /&gt;neat huh?  Anyone seen this / have a clue?  or better yet, can i bypass this and find a binary package of cdrecord?&lt;BR /&gt;&lt;BR /&gt;Thx alot folks</description>
      <pubDate>Thu, 06 Sep 2001 16:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576489#M858664</guid>
      <dc:creator>ben_14</dc:creator>
      <dc:date>2001-09-06T16:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576490#M858665</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I just downloaded and took a look at this myself. I'll have to agree that the package is not inutitive to build.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Take a look at README.compile. Basically, either get the "smake" that is recommended, or GNU make.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(You can get GNU make from &lt;A href="http://devresource.hp.com)" target="_blank"&gt;http://devresource.hp.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I had gmake, but had it named make.gnu. I created a symlink to it as "gmake", other wise the RULES/mk-gmake.id would not load.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I then ran:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   gmake CCOM=cc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and cdrecord and it's utilities seemed to build OK.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, don't forget to run the "MKNOD.hpux" script to create the device files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 20:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576490#M858665</guid>
      <dc:creator>Charles Slivkoff</dc:creator>
      <dc:date>2001-09-06T20:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576491#M858666</link>
      <description>Chuck, I did find devresources copy of gmake sometime after I posted.  I still am not as lucky as you yet however.&lt;BR /&gt;&lt;BR /&gt;I'm pretty new to HP-UX so I followed the install steps that was on the download page of gmake, said that by default it installed gmake to /usr/local.  I have a /usr/loca/bin/make which I believe is gmake(?)&lt;BR /&gt;&lt;BR /&gt;I did try your symlink suggestion but am getting the same errors that I have been:&lt;BR /&gt;==&amp;gt; MAKING DEPENDENCIES "OBJ/9000-782-hp-ux-cc/avoffset.d"&lt;BR /&gt;/bin/sh: makedepend:  not found.&lt;BR /&gt;&lt;BR /&gt;The only version of makedepend I can find anywhere on this system is /opt/imake/bin  (if i include this in the PATH then it does work... but thats a pretty ugly way of doing it)&lt;BR /&gt;And:&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;&lt;BR /&gt;If I use the 'COPTS= ' argument that the README.hpux tells me to, the -A error goes away but I still get the -O line.&lt;BR /&gt;&lt;BR /&gt;One of the more frustrating things is that there are 3-4 versions of make on this box and i've no idea whats going on.&lt;BR /&gt;/usr/local/bin/make (i *think* this is my gmake depot install)&lt;BR /&gt;/opt/make/bin/make&lt;BR /&gt;/opt/imake/bin/imake&lt;BR /&gt;/bin/make&lt;BR /&gt;and only imake seems to have makedepend, i'm so lost :)</description>
      <pubDate>Fri, 07 Sep 2001 12:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576491#M858666</guid>
      <dc:creator>ben_14</dc:creator>
      <dc:date>2001-09-07T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576492#M858667</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;I take it that you don't have the ansi C compiler (not free).  I've had problems trying to build cdrecord with the bundled compiler.  Do you have GCC installed, and if so, did you try building cdrecord with gcc?  &lt;BR /&gt;&lt;BR /&gt;As a last resort, I can compile it for you.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 07 Sep 2001 12:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576492#M858667</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-07T12:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576493#M858668</link>
      <description>Santosh,&lt;BR /&gt;I've tried gcc a handful of times, typically I get the usual makedepend not found (not gcc's problem) and also a "unable to exec 'cpp': No such file or directory" error. lots of them.  that would be gcc's problem.&lt;BR /&gt;&lt;BR /&gt;I do have gcc and gcc's binutils in the path but cpp just isnt there.  Why would that be? (Same goes for makedepend)</description>
      <pubDate>Fri, 07 Sep 2001 14:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576493#M858668</guid>
      <dc:creator>ben_14</dc:creator>
      <dc:date>2001-09-07T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576494#M858669</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;Hmm, that's interesting...cpp should have ben part of the gcc package.  Makedepend is in /opt/imake/bin (that comes with the X11 Motif Development kit which comes with the ansi compiler I believe).  Just add it to your path.&lt;BR /&gt;&lt;BR /&gt;To be honest, I've never used the packaged gcc, I've always build my own.  But that's a&lt;BR /&gt;very difficult task which usually takes me about a day or so.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 07 Sep 2001 15:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576494#M858669</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-07T15:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576495#M858670</link>
      <description>hmm, As I've stated I'm new to HP UX and their package system.  I am however familar with RPM or DEB and some PKG stuff.&lt;BR /&gt;&lt;BR /&gt;In those systems there are ways of querying a package to view the files it contains,  Would you happen to know what this is?  closest thing i've found was swlist -l product, which just spits out the installed packages and not its contents.&lt;BR /&gt;&lt;BR /&gt;Strange stuff</description>
      <pubDate>Fri, 07 Sep 2001 16:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576495#M858670</guid>
      <dc:creator>ben_14</dc:creator>
      <dc:date>2001-09-07T16:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576496#M858671</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;swlist would be the command you'd use for this.  The syntax would be:&lt;BR /&gt;&lt;BR /&gt;swlist -l file &lt;PRODUCT name=""&gt;&lt;BR /&gt;&lt;BR /&gt;You can get a list of the products using the same command with the -l product option (as you mentioned earlier)&lt;BR /&gt;&lt;BR /&gt;If I get some time, I'll try to compile cdrecord with the bundled compiler and if it works, will let you know what I had to do.&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;BR /&gt;&lt;BR /&gt;P.S. Btw, don't forget to award points :-)&lt;/PRODUCT&gt;</description>
      <pubDate>Fri, 07 Sep 2001 16:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576496#M858671</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-07T16:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576497#M858672</link>
      <description>ahhh&lt;BR /&gt;I dont understand what was wrong with the version of gcc that was in /opt but I grabbed a copy of it from devsource.hp.com, setup the correct PATH and it actually compiled.  And it runs too, nice bonus.  &lt;BR /&gt;&lt;BR /&gt;Thx for your help, and whats this point thing you mentioned? :)</description>
      <pubDate>Fri, 07 Sep 2001 19:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576497#M858672</guid>
      <dc:creator>ben_14</dc:creator>
      <dc:date>2001-09-07T19:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: visualize box and cdrecord</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576498#M858673</link>
      <description>As for the point, you can assign points to users for their responses to your question.  I believe there should be a "assign points" button somewhere on the screen.  The points range from 1 (little help) to 10 (solved my problem).  Just an FYI.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 07 Sep 2001 19:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visualize-box-and-cdrecord/m-p/2576498#M858673</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-07T19:27:08Z</dc:date>
    </item>
  </channel>
</rss>

