[Dune] [#806] checkrefnumbering from test suite fails to link with g++-4.5

Dune flyspray at dune-project.org
Thu Jul 1 11:39:47 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#806 - checkrefnumbering from test suite fails to link with g++-4.5
User who did this - Carsten Gräser (Carsten)

----------
That's strange. One possible reason for failed linking if the symbol is defined is a wrong linking order. Although the order should be correct you could try to reverse it:

g++-4.5 -std=c++0x -O2 -I../dune-common -I. -c linktest.cc
g++-4.5 -v dune/grid/.libs/libgrid.a linktest.o

You can also allow an arbitrary order. To this end use the collect2 command printed by the last command and enclose the above lib and object file with --start-group and --end-group.
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=806#comment2080

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list