2011-01-19 00:42, Keith Seyffarth skrev:

Rolf,

Thanks for the info.

Are you by any chance overriding CFLAGS in /etc/make.conf? Or perhaps

No, /etc/make.conf is just three lines:

WITH_CUPS=yes
# added by use.perl 2010-12-22 15:53:20
PERL_VERSION=5.10.1


even compiling using a gcc version not in the base system? I had that
exact problem with Firefox 3.6 (and with Thunderbird as well) and menus
when compiling with gcc45 and/or overriding CFLAGS. It went away when I
re-built Firefox (well, actually, I re-built everything, world, kernel
and all the ports) using the stock compiler and removed all CFLAGS
overrides.


I'm not aware of anything I've done that would have switched
compilers. How would I tell? This is the version output:

# gcc --version
gcc (GCC) 4.2.1 20070719  [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Keith


Changing the gcc version is something you do actively, otherwise you get the stock compiler. Here's how to do it
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/custom-gcc/configuring-ports-gcc.html

Since you do not override CFLAGS, I can't help you, because using default settings made my problems go away. The only difference is that I don't use cups, but I doubt that would make a difference for Firefox, and that I have perl 5.12.2.

Rolf
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to