Date: Tue, 6 Oct 1998 18:35:37 -0400 (EDT) From: Scott Wilson <sevn@mindspring.net> To: current@FreeBSD.ORG Subject: Re: qt-1.40 hosed? Message-ID: <Pine.BSF.4.02A.9810061831090.12993-100000@locnar.eng.mindspring.net> In-Reply-To: <Pine.BSF.4.00.9810061400470.1673-100000@zippy.dyn.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I installed egcs, and got an error involving c++rt0 when I tried to compile. Then I did an ugly thing. ; ) sevn{locnar}/usr/lib$ ln -s aout/c++rt0.o c++rt0.o sevn{locnar}/usr/lib$ ls -la total 7 drwxr-xr-x 4 root wheel 512 Oct 6 16:21 . drwxr-xr-x 25 root wheel 1024 Oct 6 10:49 .. drwxr-xr-x 2 root wheel 4096 Oct 5 22:15 aout lrwxr-xr-x 1 root wheel 13 Oct 6 16:21 c++rt0.o -> aout/c++rt0.o drwxr-xr-x 3 root wheel 1024 Oct 5 22:06 compat And it compiled this time. ; ) Thanks for all the help. Scott Wilson On Tue, 6 Oct 1998, Alex wrote: > On Tue, 6 Oct 1998, Matthew Thyer wrote: > > > I have fully built the world, XFree86 and kde in ELF format on two > > different -CURRENT systems (both single processors, one a P5 the > > other a PII) without problems (after kde was fixed for ELF builds > > only recently). > > > > All I can suggest is that you may not have updated your system > > properly during these fast changing times in -CURRENT. Or you have > > been trying to build the ports before they have been fixed for ELF > > or you have a bunch of old a.out libraries that are confusing things. > > Ehm. No. Qt fucked up. period. Qt 1.40 was "accidentally" released with > older Makefiles which broke on fbsd (aout and elf). Qt 1.41 was recently > released, and _still_ uses an aout specific method for building shared > libs (it depends on /usr/lib/c++rt0.o). I was kindly told that FreeBSD > compatibility was not important when I reported this to them ages ago. > > AFAIK the Qt 1.4x port hasn't been updated. FWIW, I've built Qt ELF > many times over (gotta love egcs). > > - alex > > | "Contrary to popular belief, penguins are not the salvation of modern | > | technology. Neither do they throw parties for the urban proletariat." | > | Powered by FreeBSD http://www.freebsd.org/ | > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9810061831090.12993-100000>