NOD32 2432 (20070802) Information __
This message was checked by NOD32 antivirus system.
http://www.eset.com
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
Hi
OK, it looks like that enchant and iso-codes are dependencies unless the
--disable-spell switch is used.
Thanks
Gena
Amateur Call: M 0 E B P
VOIP / IM: gena1959uk
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Moffat
Sent: Wednesday, August
Dan Nicholson wrote these words on 08/02/07 08:58 CST:
> This is sort of a compromise area. The last time I worked on it, I
> almost added the shebang in. But, as Randy says, the BLFS intention is
> for you to be pasting the commands into a shell. Here, though, it
> actually says to write a script
On 8/2/07, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote:
> Le Thu, 02 Aug 2007 08:10:51 -0500 Randy McMurchy
> <[EMAIL PROTECTED]> a écrit :
> >
> > The example shown in the book is meant to be typed (cut/pasted) at the
> > command line, not put in a file and executed. So the answer to the
> > questi
Le Thu, 02 Aug 2007 08:10:51 -0500 Randy McMurchy
<[EMAIL PROTECTED]> a écrit :
> Nicolas FRANCOIS wrote these words on 08/02/07 07:25 CST:
>
> > When you launch such a script, nothing happens, until you type something
> > on the console. Then the script starts.
>
> The BLFS book is not designed
Le Thu, 2 Aug 2007 06:07:11 -0700 "Dan Nicholson" <[EMAIL PROTECTED]> a
écrit :
> On 8/2/07, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote:
> >
> > NcFtp 3.1.9 is no longer accessible from the ncftp site (you have to go
> > to the "older versions" subdir).
> >
> > The last version is 3.2.1. The 3.1.9
Nicolas FRANCOIS wrote these words on 08/02/07 07:25 CST:
> When you launch such a script, nothing happens, until you type something
> on the console. Then the script starts.
The BLFS book is not designed to read and then create executable scripts
of the instructions. The instructions are meant t
On 8/2/07, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote:
>
> NcFtp 3.1.9 is no longer accessible from the ncftp site (you have to go
> to the "older versions" subdir).
>
> The last version is 3.2.1. The 3.1.9 instructions seem to work, but I see
> a strange "/usr/etc" directory installed, and nothing
Hi.
NcFtp 3.1.9 is no longer accessible from the ncftp site (you have to go
to the "older versions" subdir).
The last version is 3.2.1. The 3.1.9 instructions seem to work, but I see
a strange "/usr/etc" directory installed, and nothing in it.
\bye
--
Nicolas FRANCOIS
#!/bin/bash -e
is the correct beginning.
It means, use /bin/bash as interpreter for the script, and
exit immediately on any error.
--Luca
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
Le Thu, 02 Aug 2007 14:53:15 +0200 Koenraad Lelong
<[EMAIL PROTECTED]> a écrit :
> Nicolas FRANCOIS schreef:
> > Hi.
> >
> > On page xorg7.html of the BLFS book, it is mentionned that the
> > compilation of the different parts of Xorg should be scripted, that I can
> > only agree with. But the sc
Nicolas FRANCOIS schreef:
> Hi.
>
> On page xorg7.html of the BLFS book, it is mentionned that the
> compilation of the different parts of Xorg should be scripted, that I can
> only agree with. But the script behaviour is quite strange :
>
> bash -e #exit on all errors
> section=proto
> version=7
Hi.
On page xorg7.html of the BLFS book, it is mentionned that the
compilation of the different parts of Xorg should be scripted, that I can
only agree with. But the script behaviour is quite strange :
bash -e #exit on all errors
section=proto
version=7.2
mkdir $section
cd $section
...
When you
13 matches
Mail list logo