error in documentation about port drivers

Mariano Guerra luismarianoguerra@REDACTED
Thu May 27 08:10:26 CEST 2010


I was following this documentation and I had problems making it work:

http://www.erlang.org/doc/tutorial/c_portdriver.html

the problem is:

unix> gcc -o exampledrv -fpic -shared complex.c port_driver.c

should be

unix> gcc -o example_drv.so -fpic -shared complex.c port_driver.c

that's all


More information about the erlang-questions mailing list