Hi,
I have reinstalled my Mac (OS X 10.3.9) and propably forgotten, what I
have done to get this running:
c++ -c -g -I . dbTest.cpp -o dbTest.o
c++ -o Test dbTest.o -F/Users/lotharbehrens/lib -framework lbHook -
bind_at_load -lc
The -F parameter tells me that the linker should look in my $(HOME)/
lib directory, but when I start my console app, I get this:
dyld: Test can't open library: @[EMAIL PROTECTED]
(No such file or directory, errno
= 2)
Trace/BPT trap
I know, that the above path is good for application bundles, but this
is only a console application.
Any ideas, what I do wrong ?
Thanks Lothar


|