Re: open_dll() with FreeBSD
- Posted by Robert Craig <rds at RapidEuphoria.com> Jan 12, 2003
- 444 views
C.K. Lester writes: > Can you use open_dll() with FreeBSD? Yes. Remember to include dll.e from euphoria/include. Also, Linux/FreeBSD/Unix systems are not as standardized as Windows. Some shared libraries (.so files) may be in different places on the system, and might not be found by a demo program. Also, the current directory is NOT automatically on the search path, like it is in DOS/Windows, so you'll have to say: ./myprogram to run a program in the current directory (unless that directory happens to be on the PATH). Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com