error to compiler - Ubuntu

OmarAcero

New member
Messages
173
Points
0
Location
Lima-Perú
Github
https://github.com/OmarAcero
Emulator
Friends I need help, shows me the following error when preparing the configuration:   gcc need support -fPIC for shared objects...
-Note: I do not get any errors when compiling Hercules
-Note2: I am using this guide: https://github.com/HerculesWS/Hercules/wiki/Installation-(Debian)


eNYD487.jpg
@Rytech

 
Last edited by a moderator:
look like you not have 32 bit libs on 64 bit system.

I not sure is 3CeAM can really works in 64 bit mode, but you can try run

Code:
./configure --enable-64bit
make
 
I'll try...

look like you not have 32 bit libs on 64 bit system.

I not sure is 3CeAM can really works in 64 bit mode, but you can try run

./configure --enable-64bit
make

I think it comes by default activated for 64 bit... I can compile the emulator in Cygwind 32 bits with:

DWrqKXD.jpg


mUxGy4W.jpg
Code:
 Note: [B][URL="https://boardtest.herc.ws/topic/16404-how-do-i-install-mysql-in-cygwin/?do=findComment&comment=89769"]SUPPORT[/URL][/B]
 
Last edited by a moderator:
not disable, but enable. see configure switch in my message.

but why you using cygwin?

if you really want linux like environment on windows, you can use WSL. or use real linux systems.

 
if you have windows, why not build with visual studio? if latest versions not works on 32 bit systems, you can search some old versions.

 
Back
Top