Giter Club home page Giter Club logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 18, 2024
forgot ky patch ;-)

[molli123@c64 src]$ diff Makefile.bak Makefile
6c6
< CFLAGS=-Wall -g -O2
---
> CFLAGS=-Wall -g -O2 -fPIC
39c39
<   $(CC) -c  $(TARGET)_wrap.c  $(INC)
---
>   $(CC) $(CFLAGS) -c  $(TARGET)_wrap.c  $(INC)

Original comment by [email protected] on 20 Nov 2011 at 10:40

from libmpsse.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 18, 2024
Unfortunately, the -fPIC flag breaks the 32-bit build, so it can't be 
hard-coded in. 

I've updated the Makefile so that all CC lines now use CFLAGS, so for the time 
being you should be able to fix this issue by running:

./configure CFLAGS="-fPIC"
make

Will add auto-detection of 64-bit architectures into the configure script so 
that CFLAGS is automatically set appropriately.

Original comment by [email protected] on 21 Nov 2011 at 2:04

  • Changed state: Started

from libmpsse.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 18, 2024
The configure script now identifies 64 bit architectures and adds -fPIC to 
CFLAGS automatically.

Original comment by [email protected] on 21 Nov 2011 at 2:22

  • Changed state: Fixed

from libmpsse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.