Compiling on FreeBSD

General help: new users, installing the Ecere SDK, using the IDE to compile and run applications.
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: Compiling on FreeBSD

Post by jerome »

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...
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: Compiling on FreeBSD

Post by jerome »

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
Post Reply