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

2014-12-22 Thread Mike Hommey
On Mon, Dec 22, 2014 at 11:02:19PM +0100, Andreas Mattheiss wrote: > 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 tha

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

Announcing MozillaBuild 1.11.0 Release

2014-12-22 Thread Ryan VanderMeulen
I am pleased to announce the final release of MozillaBuild 1.11.0. All users are encouraged to upgrade as soon as possible due to the included Mercurial security fix. http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe Important changes since version 1.10.0:

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

2014-12-22 Thread Ted Mielczarek
On 12/19/2014 5:41 PM, Andreas Mattheiss wrote: > 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 `cloc

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

2014-12-22 Thread xunxun
On 2014/12/22 22:09, Andreas Mattheiss wrote: 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 No space LDFLAGS+=-lrt ../

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 xunxun
On 2014/12/22 21:36, Andreas Mattheiss wrote: Hi, thanks for getting back. Am Mon, 22 Dec 2014 15:18:56 +0900 schrieb ishikawa: What linux distribution do you use? It's a quite un-mutilated Slackware 13.37.0. On this machine I only updated the kernel manually, i.e. no libc-self-compilation

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

2014-12-22 Thread Andreas Mattheiss
Hi, thanks for getting back. Am Mon, 22 Dec 2014 15:18:56 +0900 schrieb ishikawa: > What linux distribution do you use? > It's a quite un-mutilated Slackware 13.37.0. On this machine I only updated the kernel manually, i.e. no libc-self-compilation etc. > How did you configure the compilation