Hi,

I have a lot of problem compiling ushare within solaris.  At first, i struggle 
with upnp sdk, but i finally manage to, following this thread: 
https://www.opensolaris.org/jive/thread.jspa?messageID=215877&#215877

How i'm trying to compile ushare 1.1a, i did:
- changing the compile file to include /bin/bash instead of /bin/sh
- hardcode /opt/libupnp/1.6.0/include/upnp/ixml.h, into configure instead of 
check_lib upnp/ixml.h, to get pass the ixml.h check ("Error, can't find libixml 
!")
- hardcode /opt/libupnp/1.6.0/include/upnp/ThreadPool.h into configure too, to 
get it pass the check, but now i have :

"Error, can't find libthreadutil !"

A cat config.log show this after ./configure 
--with-libupnp-dir=/opt/libupnp/1.6.0/lib:
============
Undefined                       first referenced
 symbol                             in file
sched_getparam                      /opt/libupnp/1.6.0/lib/libthreadutil.so
sched_get_priority_max              /opt/libupnp/1.6.0/lib/libthreadutil.so
sched_get_priority_min              /opt/libupnp/1.6.0/lib/libthreadutil.so
sched_setscheduler                  /opt/libupnp/1.6.0/lib/libthreadutil.so
ld: fatal: Symbol referencing errors. No output written to 
/tmp/ushare-4318-9630-711
collect2: ld returned 1 exit status
Error, can't find libthreadutil !
============

any idea ?  I have 
/usr/local/lib:/opt/libupnp/1.6.0/include:/opt/libupnp/1.6.0/include:/opt/libupnp/1.6.0/lib
 into LD_LIBRARY_PATH
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to