[MacPorts] #51726: Gildas Install Fail

MacPorts noreply at macports.org
Wed Jun 29 08:19:56 PDT 2016


#51726: Gildas Install Fail
------------------------+----------------------
  Reporter:  jtb1435@…  |      Owner:  smaret@…
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.3.4
Resolution:             |   Keywords:
      Port:  gildas     |
------------------------+----------------------

Comment (by bardeau@…):

 Ok, thanks for the feedback. As far as I can see the objects files are
 constructed with the default g++, with a typical command line:

 {{{
 g++  -c  foo.cpp -o foo.o
 }}}

 This is correct. Then the linker complains about "Undefined symbols for
 architecture x86_64", but it is unclear to if the symbols are not found or
 if the architecture x86_64 is missing. Can you please create a test file
 (test.cpp) with those lines:


 {{{
 int main()
 {
   int a;
   a = 1;
 }
 }}}

 Compile it:

 {{{
 g++ -c test.cpp
 }}}

 And check the contents of the resulting object file:
 {{{
 file test.o
 }}}
 and let us know the output of the command above?

-- 
Ticket URL: <https://trac.macports.org/ticket/51726#comment:8>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list