Google Groups Home
Help | Sign in
ANN: New UNIX programming book
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 83 - Collapse all   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Rich Teer  
View profile
 More options Sep 1 2004, 5:24 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Rich Teer <r...@rite-group.com>
Date: Wed, 01 Sep 2004 21:24:36 GMT
Local: Wed, Sep 1 2004 5:24 pm
Subject: ANN: New UNIX programming book
Hi all,

Forgive my indulgence, but I am pleased to announce the
publication of my book, Solaris Systems Programming.
Despite the word "Solaris" in its title, my book is
suitable for programmers of any UNIX or UNIX-like
operating system.  My vision of this book was one that
could be regarded as an updated and expanded version of
Rich Stevens' excellent Advanced Programming in the UNIX
Environment, with a Solaris bias.  With all humility, I
think I've largely achieved this lofty goal, although
time will tell...

The book is a hardback with 1248 pages, is published by
Sun Microsystems Press (an imprint of Prentice Hall PTR),
and is available immediately.

More details, including a sample chapter, the complete
preface and table of contents, and a searchable index
can be found from my web site, www.rite-group.com/rich .
This URL can also be used to order a copy of the book.

We now return you to your regular programming (pun
intended!)...

--
Rich Teer, SCNA, SCSA, author of "Solaris Systems Programming",
published in August 2004.

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Laajanen  
View profile
 More options Sep 1 2004, 5:55 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Michael Laajanen <michael.laajanen.no-sp...@telia.com>
Date: Wed, 01 Sep 2004 21:55:02 GMT
Local: Wed, Sep 1 2004 5:55 pm
Subject: Re: ANN: New UNIX programming book
HI,

Nice, but PLS explain how and where you created the PDF files :)

cheers

Michael


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rich Teer  
View profile
 More options Sep 1 2004, 7:29 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Rich Teer <rich.t...@rite-group.com>
Date: Wed, 01 Sep 2004 23:29:36 GMT
Local: Wed, Sep 1 2004 7:29 pm
Subject: Re: ANN: New UNIX programming book

On Wed, 1 Sep 2004, Michael Laajanen wrote:
> Nice, but PLS explain how and where you created the PDF files :)

I had to use Adobe Acrobat; bugs in the version of ps2pdf
prevented me from using it.  :-(  As to where, it was right
here, using SunPCi IIpro.

Assuming the bugs get ironed out, I'll use ps2pdf in future.

--
Rich Teer, SCNA, SCSA, author of "Solaris Systems Programming",
published in August 2004.

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Uhring  
View profile
 More options Sep 1 2004, 7:35 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Dave Uhring <daveuhr...@yahoo.com>
Date: Wed, 01 Sep 2004 18:35:26 -0500
Local: Wed, Sep 1 2004 7:35 pm
Subject: Re: ANN: New UNIX programming book

On Wed, 01 Sep 2004 23:29:36 +0000, Rich Teer wrote:
> I had to use Adobe Acrobat; bugs in the version of ps2pdf
> prevented me from using it.  :-(  As to where, it was right
> here, using SunPCi IIpro.

dvipdfm(1)

DESCRIPTION
     The program dvipdfm generates a PDF file from  a  DVI  file.
     DVI  files  are  the  output format produced by TeX.  Output
     from groff can be converted to DVI format using grodvi.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rich Teer  
View profile
 More options Sep 1 2004, 7:58 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Rich Teer <rich.t...@rite-group.com>
Date: Wed, 01 Sep 2004 23:58:50 GMT
Local: Wed, Sep 1 2004 7:58 pm
Subject: Re: ANN: New UNIX programming book

On Wed, 1 Sep 2004, Dave Uhring wrote:
> dvipdfm(1)

> DESCRIPTION
>      The program dvipdfm generates a PDF file from  a  DVI  file.
>      DVI  files  are  the  output format produced by TeX.  Output
>      from groff can be converted to DVI format using grodvi.

Alas, I only have dvipdf (which also goes through PostScript
conversion phase.  Due to time constraints, I didn't have time,
nor the inclination, to mess about trying to find another way
of converting PostScript to PDF.

I think the latest version of Aladin GhostScript (8.somehting)
does the job, but the GPL version (7.something) doesn't.  I
tried compiling Aladin GhostScript here, but (surprise surprise)
it didn't work out of the box.  :-(

Apart from a bit of text misalignment, ps2pdf did a good job.
Just not acceptable for a professional looking book.  I suspect
the latest (non-GPL) version of GhostScript will fix that.

--
Rich Teer, SCNA, SCSA, author of "Solaris Systems Programming",
published in August 2004.

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Uhring  
View profile
 More options Sep 1 2004, 8:20 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Dave Uhring <daveuhr...@yahoo.com>
Date: Wed, 01 Sep 2004 19:20:34 -0500
Local: Wed, Sep 1 2004 8:20 pm
Subject: Re: ANN: New UNIX programming book

On Wed, 01 Sep 2004 23:58:50 +0000, Rich Teer wrote:
> I think the latest version of Aladin GhostScript (8.somehting)
> does the job, but the GPL version (7.something) doesn't.  I
> tried compiling Aladin GhostScript here, but (surprise surprise)
> it didn't work out of the box.  :-(

I recently built ghostscript-8.13 without any problems on S10_b63.  Just
be sure to have '-L/usr/openwin/lib -R/usr/openwin/lib" in your $LDFLAGS.
You do need GNUmake to build it.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rich Teer  
View profile
 More options Sep 1 2004, 8:24 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Rich Teer <rich.t...@rite-group.com>
Date: Thu, 02 Sep 2004 00:24:44 GMT
Local: Wed, Sep 1 2004 8:24 pm
Subject: Re: ANN: New UNIX programming book

On Wed, 1 Sep 2004, Dave Uhring wrote:
> I recently built ghostscript-8.13 without any problems on S10_b63.  Just
> be sure to have '-L/usr/openwin/lib -R/usr/openwin/lib" in your $LDFLAGS.
> You do need GNUmake to build it.

Ah, that explains it - thanks for the tip, and I'll give it another
go sometime.  Good job I only downloaded the trial version of
Acrobat!

--
Rich Teer, SCNA, SCSA, author of "Solaris Systems Programming",
published in August 2004.

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Laajanen  
View profile
 More options Sep 2 2004, 1:24 am
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Michael Laajanen <michael.laajanen.no-sp...@telia.com>
Date: Thu, 02 Sep 2004 05:24:23 GMT
Local: Thurs, Sep 2 2004 1:24 am
Subject: Re: ANN: New UNIX programming book
HI,

Rich Teer wrote:
> On Wed, 1 Sep 2004, Michael Laajanen wrote:

>>Nice, but PLS explain how and where you created the PDF files :)

> I had to use Adobe Acrobat; bugs in the version of ps2pdf
> prevented me from using it.  :-(  As to where, it was right
> here, using SunPCi IIpro.

> Assuming the bugs get ironed out, I'll use ps2pdf in future.

Have you tried Adobes distill(Part of Framemaker on Sparc(you know
Sparc) :)) ), it usually works much better that gs.

I will get the Book from Amazon, if it sell good get Framemaker on Sparc
while it still available :))

Cheers

/michael


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Laajanen  
View profile
 More options Sep 2 2004, 1:24 am
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Michael Laajanen <michael.laajanen.no-sp...@telia.com>
Date: Thu, 02 Sep 2004 05:24:32 GMT
Local: Thurs, Sep 2 2004 1:24 am
Subject: Re: ANN: New UNIX programming book
HI,

Rich Teer wrote:
> On Wed, 1 Sep 2004, Michael Laajanen wrote:

>>Nice, but PLS explain how and where you created the PDF files :)

> I had to use Adobe Acrobat; bugs in the version of ps2pdf
> prevented me from using it.  :-(  As to where, it was right
> here, using SunPCi IIpro.

> Assuming the bugs get ironed out, I'll use ps2pdf in future.

Have you tried Adobes distill(Part of Framemaker on Sparc(you know
Sparc) :)) ), it usually works much better that gs.

I will get the Book from Amazon, if it sell good get Framemaker on Sparc
while it still available :))

Cheers

/michael


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Lee  
View profile
 More options Sep 2 2004, 12:23 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: James Lee <sp4m...@hotmail.com>
Date: Thu, 02 Sep 2004 17:23:01 +0100
Local: Thurs, Sep 2 2004 12:23 pm
Subject: Re: ANN: New UNIX programming book

On Wed, 01 Sep 2004 23:58:50 +0000, Rich Teer wrote:
> I think the latest version of Aladin GhostScript (8.somehting) does the
> job, but the GPL version (7.something) doesn't.

The GPL version is now 8.01, see http://www.cs.wisc.edu/~ghost/ and is
available packaged for Solaris from http://www.blastwave.org

> I tried compiling Aladin
> GhostScript here, but (surprise surprise) it didn't work out of the box.

If you want a compiled AFPL Ghostscript 8.14, try this:
    http://www.blastwave.org/~james/#afpl

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rich Teer  
View profile
 More options Sep 2 2004, 12:46 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: Rich Teer <rich.t...@rite-group.com>
Date: Thu, 02 Sep 2004 16:46:04 GMT
Local: Thurs, Sep 2 2004 12:46 pm
Subject: Re: ANN: New UNIX programming book

On Thu, 2 Sep 2004, James Lee wrote:
> On Wed, 01 Sep 2004 23:58:50 +0000, Rich Teer wrote:

> > I think the latest version of Aladin GhostScript (8.somehting) does the
> > job, but the GPL version (7.something) doesn't.

> The GPL version is now 8.01, see http://www.cs.wisc.edu/~ghost/ and is
> available packaged for Solaris from http://www.blastwave.org

Much appreciated, James.  I meant to send you an email while I
was fighting with it, but had other fires to fight.  I'll try
your new packages when I get a few minutes...

> > I tried compiling Aladin
> > GhostScript here, but (surprise surprise) it didn't work out of the box.

> If you want a compiled AFPL Ghostscript 8.14, try this:
>     http://www.blastwave.org/~james/#afpl

Ohh, thanks!

--
Rich Teer, SCNA, SCSA, author of "Solaris Systems Programming",
published in August 2004.

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Lee  
View profile
 More options Sep 2 2004, 12:50 pm
Newsgroups: alt.solaris.x86, comp.unix.programmer, comp.unix.solaris
From: James Lee <sp4m...@hotmail.com>
Date: Thu, 02 Sep 2004 17:50:45 +0100
Local: Thurs, Sep 2 2004 12:50 pm
Subject: Re: ANN: New UNIX programming book

On Thu, 02 Sep 2004 16:46:04 +0000, Rich Teer wrote:
>> The GPL version is now 8.01, see http://www.cs.wisc.edu/~ghost/ and is
>> available packaged for Solaris from http://www.blastwave.org

> Much appreciated, James.  I meant to send you an email while I was
> fighting with it, but had other fires to fight.  I'll try your new
> packages when I get a few minutes...

Perhaps you'll upgrade groff from 1.16.1 to the current 1.19.1 from
blastwave - unless there is something else I should know.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.