bug-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problems during compilation on SCO OpenServer 5.0.5


From: Superuser
Subject: problems during compilation on SCO OpenServer 5.0.5
Date: Mon, 6 Nov 2000 17:57:05 +0100 (CET)

I try to compile gprolog on my Pentium II machine:

GNU Prolog version: 1.2.1 (Jul 31 2000)
Operating system  : sco3.2v5.0.5
Processor         : i386
Size of a word    : 32 bits
C compiler        : gcc
C flags           : -O3 -finline-functions -fomit-frame-pointer
C flags machine   : -m486 -malign-loops=2 -malign-jumps=2 
-malign-functions=2
Loader flags      :
Loader libraries  : -lm -lsocket
Use line editor   : Yes
Use sockets       : Yes
Use FD solver     : Yes
Use machine regs. : Yes
Used register(s)  : ebx

and the compilation stops with error:

        (cd TopComp; make gprolog)
        gplc -c -C '-O3 -finline-functions -fomit-frame-pointer' 
machine.c
        gplc -c -C '-O3 -finline-functions -fomit-frame-pointer' 
wam_inst.c
        gplc -c -C '-O3 -finline-functions -fomit-frame-pointer' 
atom.c
        rm -f libengine_pl.a
        ar rc  libengine_pl.a machine.o machine1.o mem_alloc.o  
misc.o hash.o ob
j_chain.o  engine.o engine1.o wam_inst.o  atom.o pred.o oper.o  
if_no_fd.o main.
o
        : libengine_pl.a
        gcc -O3 -finline-functions -fomit-frame-pointer -c 
ma2asm_inst.c
        gcc -O3 -finline-functions -fomit-frame-pointer -o ma2asm 
ma2asm.o ma2as
m_inst.o ma_parser.o
`liblinedit.a' is up to date.
        gplc -c -C '-O3 -finline-functions -fomit-frame-pointer 
-funsigned-char'
 error_supp.c
        gplc -c -C '-O3 -finline-functions -fomit-frame-pointer 
-funsigned-char'
 stream_supp.c
        gplc -c foreign.wam
Assembler: /usr/tmp/gplcBAAa003Ud.s
        aline 8 : Syntax error
        aline 8 : illegal character
        aline 15        : Syntax error
        aline 15        : illegal character
        aline 24        : Syntax error
        aline 24        : illegal character
        aline 64        : Syntax error
        aline 64        : illegal character
        aline 74        : Syntax error
        aline 74        : illegal character
        aline 88        : Section definition must have attributes
        aline 97        : Illegal mnemonic
        aline 97        : Syntax error
        aline 98        : Syntax error
        aline 99        : Illegal mnemonic
        aline 99        : Syntax error
        aline 100       : Syntax error
error trying to execute as: unknown errorcompilation failed
*** Error code 1 (bu21)
*** Error code 1 (bu21)

What's wrong? How can I compile gprolog?

Regards,
Przemyslaw Kobylanski
Wroclaw University of Technology



reply via email to

[Prev in Thread] Current Thread [Next in Thread]