Re: Want [seamonkey|thunderbird], get firefox

2016-07-23 Thread Andreas Mattheiss
Hi, still no luck. I tried with seamonkey 2.39 from the tarrball, but it's again built a firefox executable. The problem of getting firefox built instead of seamonkey gets reported every now and then; I for example tried this http://forums.mozillazine.org/viewtopic.php?f=42&t=2964833 but to no a

Want [seamonkey|thunderbird], get firefox@@sig

2016-07-21 Thread Andreas Mattheiss
Greetings, this is driving me bonkers: I'm trying to build seamonkey from source. I got myself the tarball (seamonkey-2.40.source.tar.xz) and followed basically the recommendations from the Byond Linux From Scratch - people as of http://www.linuxfromscratch.org/blfs/view/svn/xsoft/seamonkey.html

Re: How to pass Extra-libs to the Build?

2014-12-23 Thread Andreas Mattheiss
Hello, Am Tue, 23 Dec 2014 07:30:54 +0900 schrieb Mike Hommey: > > What is that command line that was missing a -lrt? Maybe the problem is > that this shouldn't be running at all, and something unexpected is being > built. I know there are weird edge cases that are not supposed to happen > that

Re: How to pass Extra-libs to the Build?

2014-12-22 Thread Andreas Mattheiss
Hi, Am Mon, 22 Dec 2014 11:42:23 -0500 schrieb Ted Mielczarek: > If the build system isn't passing -lrt automatically then that's a bug. That's what I thought. But who am I to state this ;-) > It's possible that something about your system configuration or build > configuration is causing this

Re: How to pass Extra-libs to the Build?

2014-12-22 Thread Andreas Mattheiss
Hi, Am Mon, 22 Dec 2014 22:00:23 +0800 schrieb xunxun: >> > You can try > > LDFLAGS += -lrt ../configure ... I'm not quite with you, this appears not to be a shell command, right? Where would the LDFLAGS += -lrt go? Andreas -- KRYTEN: I have a theory, everyone. The Silverburg didn't crash,

Re: How to pass Extra-libs to the Build?

2014-12-22 Thread Andreas Mattheiss
e is something unusual with your linux > distribution (I am using Debian stable and testing on different > computers.) > If this had happened on my other machine where virtually everything is self compiled ... But really, on the machine in question it's effectively plain Slack. Th

How to pass Extra-libs to the Build?@@sig

2014-12-19 Thread Andreas Mattheiss
Hello, I'm trying to build firefox-35.0b4 on linux. Build bombs out with /abc/build-ff/dist/lib/libnspr4.a(unix.o): In function `_PR_UNIX_GetInterval2': /abc/mozilla-beta/nsprpub/pr/src/md/unix/unix.c:3049: undefined reference to `clock_gettime' I know I'd have to specify -lrt. But-how do I do t