From owner-freebsd-current Tue Oct 6 15:38:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17720 for freebsd-current-outgoing; Tue, 6 Oct 1998 15:38:10 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from locnar.eng.mindspring.net (locnar.eng.mindspring.net [207.69.192.106]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17600 for ; Tue, 6 Oct 1998 15:37:46 -0700 (PDT) (envelope-from sevn@mindspring.net) Received: from localhost (localhost [127.0.0.1]) by locnar.eng.mindspring.net (8.9.1/8.9.1) with SMTP id SAA13016 for ; Tue, 6 Oct 1998 18:35:37 -0400 (EDT) (envelope-from sevn@mindspring.net) Date: Tue, 6 Oct 1998 18:35:37 -0400 (EDT) From: Scott Wilson X-Sender: sevn@locnar.eng.mindspring.net To: current@FreeBSD.ORG Subject: Re: qt-1.40 hosed? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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