libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libcvd-members] Compile error in Mac OS X


From: Dongpyo Hong
Subject: Re: [libcvd-members] Compile error in Mac OS X
Date: Thu, 14 Aug 2008 09:00:10 +0900

Permission is not the problem. Makefile has some error in Mac OS X.

After I compiled it, I just typed as follows on terminal.

g++ fast.o -o fast -lcvd

Worked!

Thanks

-Dongpyo
On Aug 14, 2008, at 12:12 AM, Edward Rosten wrote:

On Wed, 13 Aug 2008, Dongpyo Hong wrote:

After I got libcvd from cvs, it just worked fine as you told.
And now, I am trying to test "fast" (fast-test-src).
It is complied without complains, but it complains in linking as follows.

g++ -c -o fast.o -I /usr/local/include -g -ggdb  -Wall fast.cxx
g++ fast.o -o fast -L /usr/local/lib -lcvd
ld: in /usr/local/lib, can't map file, errno=22
collect2: ld returned 1 exit status

Am I missing something?


I'm not sure. This looks like there are incorrect permissions on one of the libraries. That's probably an error in installing libcvd.

Can you show me the output of:

ls -l /usr/local/lib/libcvd*

You could also try running:

chmod a+rx /usr/local/lib/libcvd.s*


-Ed



_______________________________________________
libcvd-members mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/libcvd-members

=====
Dongpyo Hong
Research Assistant
GIST U-VR Lab http://uvr.gist.ac.kr
http://uvr.gist.ac.kr/~dhong
Tel. +82-62-970-3157 (2279)
Fax. +82-62-970-2204
Email. address@hidden or address@hidden
=====









reply via email to

[Prev in Thread] Current Thread [Next in Thread]