Ecere SDK/eC Forums
https://ecere.org/community/
Print view

Compiling on FreeBSD
https://ecere.org/community/viewtopic.php?f=2&t=222
Page 2 of 2
Author:  jerome [ Sat Mar 10, 2012 2:08 pm ]
Post subject:  Re: Compiling on FreeBSD

In sdk/ear/cmd/Makefile:

Code: Select all

# TOOLCHAIN
export LD_LIBRARY_PATH = ../../obj/$(PLATFORM)/lib/
export DYLD_LIBRARY_PATH = ../../obj/$(PLATFORM)/lib/
This is where the path to libecere.so is being added...
Author:  jerome [ Sat Mar 10, 2012 2:19 pm ]
Post subject:  Re: Compiling on FreeBSD

Ah... The res are working, but you need to mount /proc:

Code: Select all

mount -t procfs proc /proc
http://ecere.com/shots/shot04.jpg
All times are UTC-05:00 Page 2 of 2