"Terje Bless" <[EMAIL PROTECTED]> writes:

> Well, first, the GCC in Red Hat is "2.96-RH". Red Hat 7.0 and Red
> Hat 7.1 each uses a weird private version of a GCC 3.0 development
> snapshot with Red Hat's internal patches applied. The difference
> between Red Hat 7.0 and 7.1 is a bunch of patches/fixes and an added
> date string in GCC's version (but which "gcc --version" won't tell
> you about). Their Perl is 5.6.0.

OK. Thanks, I'll fix that.

> Second, putting it in PORTS doesn't really tell most people a lot. They
> don't want to "port" Xerces, they want to "install" it. This needs to be in
> README and spelled out rather then as a parantethical behind a supported
> architecture. Something along the lines of:
> 
> Red Hat 7.1:
>   You will need to build Xerces-C from source as the binary distribution
>   of Xerces-C was built on Red Hat 6.2 and is not binary compatible.
>
> While you're at it, remove the mention of recompiling Perl; it's not
> necessary as far as I can tell.

For RedHat7 I have removed the recompilation note for perl. I'm loathe
to put this in the README, because the list is long. How about putting
it in a file called INSTALL? That's pretty standard, and I would think
that people would look there for info on how to install. Especially if
the README says:

INSTALL
========

See the INSTALL file for information on how to install Xerces.pm on
your architecture.

And then I can put a note explaing each architecture.

> I'd speculate that when you rebuilt Perl you built a threaded version
> (using 5.005threading instead of ithreads) and so you got "-lpthread" from
> MakeMaker. The real issue is that you need to match this to _Xerces-C's_
> switches. If you built a non-threaded version of Xerces-C you'd probably
> get by without "-lpthread".
> 
> Maybe... :-)

Hmmm... I have never built a threaded perl, and it's not the sort of
thing you do by mistake. Likewise, I haven't built a non-threaded
version of Xerces-C, because it hasn't worked until recently, and the
default on linux is pthreads...

Dunno.

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to