buglibffcall - foreign function call libraries - Bugs: bug #49282, Compiling in Mac OS X Yosemite...

 
 

bug #49282: Compiling in Mac OS X Yosemite gives the next error:

Submitter:  None
Submitted:  Thu 06 Oct 2016 11:31:31 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  build Status:  Fix Released
Privacy:  Public Assigned to:  haible
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 29 Dec 2016 03:08:51 AM UTC, comment #1: 

This is now fixed in the git repository.
http://git.savannah.gnu.org/gitweb/?p=libffcall.git;a=summary

I believe it was due to an old build-aux/config.guess (from 2007).
We're now always using the newest config.guess, since
http://git.savannah.gnu.org/gitweb/?p=libffcall.git;a=commitdiff;h=294f57063fad94437a54b321f1866b8279596971

Bruno Haible <haible>
Group administrator
Thu 06 Oct 2016 11:31:31 AM UTC, original submission:  

anizzomc@Zerus:~/Projects/Objects/libffcall/make (master)*$ make
cd avcall && /Applications/Xcode.app/Contents/Developer/usr/bin/make all
gcc -E `if test true = true; then echo '-DASM_UNDERSCORE'; fi` ../../avcall/avcall-i386-macro.S | grep -v '^ *#line' | grep -v '^#ident' | grep -v '^#' | sed -e 's,% ,%,g' -e 's,% ,%,g' -e 's,\. ,.,g' > avcall-i386.s
/bin/sh ./libtool --mode=compile gcc -x none -c avcall-i386.s
 gcc -x none -c avcall-i386.s -o avcall-i386.o
avcall-i386.s:7:2: error: instruction requires: Not 64-bit mode
 pushl %ebp
 ^
avcall-i386.s:9:2: error: instruction requires: Not 64-bit mode
 pushl %esi
 ^
avcall-i386.s:10:2: error: instruction requires: Not 64-bit mode
 pushl %ebx
 ^
avcall-i386.s:39:2: error: instruction requires: Not 64-bit mode
 call *%eax
 ^
avcall-i386.s:47:2: error: instruction requires: Not 64-bit mode
 call *%eax
 ^
avcall-i386.s:53:2: error: instruction requires: Not 64-bit mode
 call *%eax
 ^
avcall-i386.s:168:2: error: instruction requires: Not 64-bit mode
 popl %ebx
 ^
avcall-i386.s:169:2: error: instruction requires: Not 64-bit mode
 popl %esi
 ^
avcall-i386.s:171:2: error: instruction requires: Not 64-bit mode
 popl %ebp
 ^
make[1]: * [avcall-i386.lo] Error 1
make: * [all] Error 2

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by haible (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-01-04 haible StatusFixed Fix Released
    2016-12-29 haible Open/ClosedOpen Closed
    2016-12-29 haible StatusNone Fixed
        Assigned toNone haible

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code