coypu%sdf.org@localhost a écrit :
TO put things lightly, you're going down a path less traversed, but
either way:
I have several libxul.so in my work directory, they all link with -lm
but I guess that is pulled in indirectly. it might be because it's
getting you further without js optimizations which would have pulled in
-lm.
I suspect you can add to
./work/seamonkey-2.46/mozilla/toolkit/library/moz.build
if CONFIG['OS_ARCH'] == 'NetBSD':
OS_LIBS += [
'm',
]
And see where you get.
I will try. I have only added these lines without doing make clean and I have obtained the same error. I will retry with a new build.