OmarAcero 15 Posted November 2, 2018 (edited) 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) Spoiler @Rytech Edited November 2, 2018 by OmarAcero Quote Share this post Link to post Share on other sites
4144 364 Posted November 2, 2018 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 1 OmarAcero reacted to this Quote Share this post Link to post Share on other sites
OmarAcero 15 Posted November 3, 2018 (edited) I'll try... 6 hours ago, 4144 said: 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: Spoiler Note: SUPPORT Edited November 3, 2018 by OmarAcero Quote Share this post Link to post Share on other sites
4144 364 Posted November 3, 2018 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. Quote Share this post Link to post Share on other sites
OmarAcero 15 Posted November 4, 2018 (edited) @4144 My PC is Old only support 32 bits :') Do you have another option to work with windows 32-bit ? The first image is from my notebook, but I use it more to work Edited November 4, 2018 by OmarAcero Quote Share this post Link to post Share on other sites
4144 364 Posted November 4, 2018 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. 1 OmarAcero reacted to this Quote Share this post Link to post Share on other sites
OmarAcero 15 Posted November 4, 2018 Well brother you were right, it was necessary to prepare the emulator to configure it in 64 bits... Thanks. On 2/11/2018 at 5:31 PM, 4144 said: 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 Quote Share this post Link to post Share on other sites