* brian m. carlson <[email protected]>, 2011-03-31, 20:09:
KiBi, thanks for the hint. It turned out that libgomp is not listed as direct dependency of my library. Does it mean I have to put "gcc-4.4" into debian/control -> Depends and add "-lgomp" to LIBS explicitly during the linking stage?

You do need -lgomp.

You normally don't (need to) link to gomp explicitly. My wild guess is: Dmitry used -fopenmp while compiling *.o, but not when linking the shared library.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to