[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: [xml] 'Make' of libxml fails on MPE
- From: "Henke, Markus" <Markus_Henke ordat com>
- To: "'veillard redhat com'" <veillard redhat com>
- Cc: "'xml gnome org'" <xml gnome org>
- Subject: RE: [xml] 'Make' of libxml fails on MPE
- Date: Wed, 12 Dec 2001 15:24:01 +0100
> -----Original Message-----
> From: Daniel Veillard [mailto:veillard redhat com]
> Sent: Wednesday, December 12, 2001 12:40 PM
> To: Henke, Markus
> Cc: 'xml gnome org'
> Subject: Re: [xml] 'Make' of libxml fails on MPE
>
>
> On Wed, Dec 12, 2001 at 12:10:45PM +0100, Henke, Markus wrote:
> > *** Warning: inter-library dependencies are not known to be
> supported.
> > *** All declared inter-library dependencies are being dropped.
> > *** The inter-library dependencies that have been dropped
> here will be
> > *** automatically added whenever a program is linked with
> this library
> > *** or is declared to -dlopen it.
> > ./libtool 5033: shift: bad shift count 1
> > make: Error code 1
> > make: Error code 1
> > make: Error code 255
> >
> > I must confess that i'm completely lost with that.
> > Someone able to enlighten me? Any ideas?
>
> libtool don't seems to handle shared libraries correctly on your
> platform. Configure without shared libraries
> ./configure --disable-shared
I see!
> then make clean, replace with your own headers and rebuild.
I've done so and it solves the above mentioned problem.
But next prob isn't far:
-------------------------------------------------------------
...
24 OBJECT FILES HAVE BEEN ADDED.
: .libs/libxml2.a
creating libxml2.la
(cd .libs && rm -f libxml2.la && ln -s ../libxml2.la libxml2.la)
cc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -g -c xmllint.c
cpp: "/TESTECOM/LIBXML/libxml/libxml2-2.4.6/xmllint.c",
<EMPHASIZE>
line 23: error 4036: Can't open include file 'sys/time.h'.
</EMPHASIZE>
ccomxl.pub.sys;info="-Ap -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include
-g ";parm=7
Program terminated in an error state. (CIERR 976)
cc: warning: compile of './xmllint.c' failed
cc: error: one or more compiles failed; aborted
make: Error code 1
make: Error code 1
make: Error code 255
-------------------------------------------------------------
Quite strange since HAVE_SYS_TIME_H is undefined coz that
header isn't available...
> NOTE: this is NOT dependant on libxml, this is Yet Another Breakage
> of the auto*/libtool build tools.
>
> Daniel
Thanx, Markus
> --
> Daniel Veillard | Red Hat Network https://rhn.redhat.com/
> veillard redhat com | libxml Gnome XML XSLT toolkit
http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]