Cannot compile uuidlib from sources

Hello!

I have got the library written for linux
But I cannot compile it under FreeBSD 8.3 amd64
Code:
# gmake
gcc -fPIC -w -I/usr/src/include  -c uuidlib.c -o uuidlib.o
gcc uuidlib.o -shared -L/usr/local/lib -luuid -o uuidlib.so
/usr/bin/ld: cannot find -luuid
gmake: *** [uuidlib] Error 1
Can you help me?
 

Attachments

  • uuidlib-1.4.tar.gz
    30.7 KB · Views: 157
Back
Top