Thread overview
[Issue 1057] New: Can't build on x86_64 without --disable-shared
Mar 12, 2007
d-bugmail
Oct 27, 2007
d-bugmail
Jul 06, 2012
Iain Buclaw
March 12, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1057

           Summary: Can't build on x86_64 without --disable-shared
           Product: DGCC aka GDC
           Version: 0.23
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: dvdfrdmn@users.sf.net
        ReportedBy: ndbecker2@gmail.com


Can't build on x86_64 without --disable-shared.  Using --disable-shared builds a non-PIC version of libgphobos, and this can't be used to build shared object libraries.


-- 

October 27, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1057





------- Comment #1 from martinxyz@gmx.ch  2007-10-27 16:03 -------
I can build without --disable-shared, but when trying to create a -shared object the linker tells me that I have to rebuild phobos with -fPIC.

As a workaround you can compile everything with -fPIC, which should not hurt so much on AMD64. Execute this command in the gcc directory (not in gcc/d/ but gcc/d/ must already exist):

find -name 'configure*' |grep -v .svn | xargs perl -p -i -e 's/-O2/-O2 -fPIC/g'

I really hope someone will find a clean solution.


-- 

July 06, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=1057


Iain Buclaw <ibuclaw@ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


--- Comment #2 from Iain Buclaw <ibuclaw@ubuntu.com> 2012-07-06 05:07:07 PDT ---
Having been using / testing / developing on x86_64 builds for over a year now and have never had this issue.   Closing.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------