bug-prolog
[Top][All Lists]
Advanced

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

Re: 1.2.1 and OpenBSD 2.9 compile problem


From: Daniel Diaz
Subject: Re: 1.2.1 and OpenBSD 2.9 compile problem
Date: Tue, 09 Oct 2001 12:46:06 +0200 (MET DST)
User-agent: IMP/PHP IMAP webmail program 2.2.6

Hello Vladimir,

unfortunately I have no OpenBSD machine here to try this. However, I suspect the
assembler launched by is not the GNU assembler (aften called gas). Try to see if
it is available (e.g. typing: which gas). If not you can get it
(http://www.gnu.org/software/binutils/).

Then create a file 'as' which is a link to 'gas' inside a directory selected in
your PATH variable. The idea is obviously to laucnh 'gas' when entering 'as'.
Then retry your make command.

Quoting Vladimir Kotal <address@hidden>:

> 
> 
> Hello,
> 
> 
> GNU Prolog is reported to work under OpenBSD. However, trying to
> compile
> version 1.2.1 under OpenBSD 2.9 using gmake, I've got:
> 
> 
> <snip>
> gplc -c -C '-O3 -finline-functions -fomit-frame-pointer
> -funsigned-char'
> callinf_supp.c
> gplc -c -C '-O3 -finline-functions -fomit-frame-pointer
> -funsigned-char'
> bc_supp.c
> gplc -c foreign.wam
> /tmp/gplcFhip30983.s: Assembler messages:
> /tmp/gplcFhip30983.s:84: Error: Unknown pseudo-op:  `.string'
> compilation failed
> gmake[1]: *** [foreign.o] Error 1
> gmake[1]: Leaving directory `/home/techie/gprolog-1.2.1/src/BipsPl'
> gmake: *** [all] Error 1
> chiba[~/gprolog-1.2.1/src]> uname -a
> OpenBSD chiba 2.9 chiba#3 i386
> chiba[~/gprolog-1.2.1/src]>
> 
> 
> Regards
> 
> 
> V. Kotal
> 
> 
> _______________________________________________
> Bug-prolog mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-prolog
> 



===============================================
                 Daniel Diaz
University of Paris 1      INRIA Rocquencourt
75013 Paris FRANCE      78153 Le Chesnay FRANCE
        web: http://pauillac.inria.fr/~diaz
        email: address@hidden
===============================================



reply via email to

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