64-bit erlang

Fredrik Thulin ft@REDACTED
Sat Nov 12 12:35:59 CET 2005


On Saturday 12 November 2005 12.01, Kostis Sagonas wrote:
...
> Issuing the simple command:
>
> 	alias gcc='gcc -m64'
>
> would have achieved the same effect.

No it wouldn't, since the 'gcc' command is executed by 'make' and not by 
your shell (which has the alias informatin for gcc).

$ alias gcc
alias gcc='gcc -m64'
$ make
...
make[2]: Entering directory `/home/ft/yxa/build/src/event_handler'
gcc -Wall   -c -o 	  
  syslog_c-port.o ../../../trunk/src/event_handler/syslog_c-port.c
...

/Fredrik



More information about the erlang-questions mailing list