[sorry for spamming so many lists but all of them seem to be relevant] $ uname -srm FreeBSD 6.2-RELEASE-p2 amd64 $ cc -dumpmachine $>From gcc(1):-dumpmachine Print the compiler's target machine (for example, i686-pc-linux-gnu)---and don't do anything else. At least configure script of the latest ffmpeg-devel port seems to be confused by this. -- Andriy Gapon
Andriy Gapon wrote: > > [sorry for spamming so many lists but all of them seem to be relevant] > > $ uname -srm > FreeBSD 6.2-RELEASE-p2 amd64 > $ cc -dumpmachine > > $ I get the same empty result on a 32bit RELENG_6 (i386) machine here. It seems to be normal. > At least configure script of the latest ffmpeg-devel port seems to be > confused by this. Works fine here on said i386 machine. So it must be something else, no related to the -dumpmachine output, but maybe amd64-related. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Gesch?ftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht M?n- chen, HRB 125758, Gesch?ftsf?hrer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd Perl is worse than Python because people wanted it worse. -- Larry Wall
On 4/5/07, Andriy Gapon <avg@icyb.net.ua> wrote:> $ uname -srm > FreeBSD 6.2-RELEASE-p2 amd64 > $ cc -dumpmachine > > $ > > >From gcc(1): > -dumpmachine > Print the compiler's target machine (for example, > i686-pc-linux-gnu)---and don't do anything else. > > At least configure script of the latest ffmpeg-devel port seems to be > confused by this.The same behaviour also on: root@[remedy.4 /root]# uname -srm FreeBSD 5.4-STABLE i386 root@[remedy.4 /root]# gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 -- Sincerely yours, Juraj Lutter
On 4/5/07, Andriy Gapon <avg@icyb.net.ua> wrote:> > > [sorry for spamming so many lists but all of them seem to be relevant] > > $ uname -srm > FreeBSD 6.2-RELEASE-p2 amd64 > $ cc -dumpmachine > > $ > > >From gcc(1): > -dumpmachine > Print the compiler's target machine (for example, > i686-pc-linux-gnu)---and don't do anything else. > > At least configure script of the latest ffmpeg-devel port seems to be > confused by this.yeah, I noticed that. ffmpeg doesn't build on amd64 right now as ARCH_X86 or ARCH_X86_64. and ffmpeg-devel tries to compile amd64 as ARCH_X86 right now. --> Andriy Gapon > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" >