This is the gcc 4.* issue . . . there are a variety of ways to switch over to the old semantics.

An approach by Lindsey Spratt-2 <http://www.nabble.com/forum/Search.jtp?user=244718> 2005-12-07 19:55 is

 You can use the command:
>
 sudo gcc_select 3.3
>
 to set the default *gcc* compiler to version 3.3.

Another approach by Salvador Abreu <http://www.nabble.com/forum/Search.jtp?user=198988> 2005-12-08 12:38 is :
 Try (in src/src):
>
 ./configure CC=*gcc*-3.3
>
 and then go ahead with make, etc.
 It's working for me.


more,
l8r,
v

--
"The future is here. It's just not evenly distributed yet."
-- William Gibson, quoted by Whitfield Diffie



_______________________________________________
Users-prolog mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/users-prolog

Reply via email to