Hi,
reading the do***entation would help :-)
I have put the framework into my users Library/Frameworks directory. I
have to update my installation routine for that.
Lothar
Lothar Behrens schrieb:
> 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]
> lbHook.framework/Versions/A/lbHook (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


|