You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Alexandre Blum <ab...@4js.com> on 2000/06/14 16:03:40 UTC

[Problem] Build on Unixware.

I'm want to know if  someone had build the library on Unixware.

I'm trying to build it on unixware 7.1.0 but i have an error.
Xercesc version is the nightly 2000-06-13.

$ runConfigure -punixware -cgcc -xg++ -minmem -tnative -nfileonly

Generating makefiles with the following options ...
Platform: unixware
C Compiler: gcc
C++ Compiler: g++
Extra compile options:
Extra link options:
Message Loader: inmem
Net Accessor: socket
Transcoder: native
Thread option:
Extra configure options:
Debug is OFF

creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  -O -DXML_USE_NATIVE_TRANSCODER
-DXML_USE_INMEM_MESSAGELOADER  -DXML_USE_NETACCESSOR_SOCKET ) works...
no


Other strange thing
$ sh config.sub `sh config.guess`
Invalid configuration `i386-unixware-5-7.1.0': machine `i386-unixware-5'
not recognized


$ uname -a
UnixWare floyd 5 7.1.0 i386 x86at SCO UNIX_SVR5
$uname -X
Node = floyd
Release = 5
KernelID = 99/04/09
Machine = AMD-K6
.....

If i look on config.guess there is no support for Unixware on AMD (line
718).
Have an idea ?

In advance, thanks for all.
Alexandre