[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_shlibdeps warnings concerning undefined OpenMP symbols



* brian m. carlson <sandals@crustytoothpaste.net>, 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


Reply to: