bug-xnee
[Top][All Lists]
Advanced

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

[Bug-xnee] [bugs #10471] Fix to let xnee build on Solaris 8


From: Henrik Sandklef
Subject: [Bug-xnee] [bugs #10471] Fix to let xnee build on Solaris 8
Date: Tue, 28 Sep 2004 12:40:06 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10

This mail is an automated notification from the bugs tracker
 of the project: Xnee.

/**************************************************************************/
[bugs #10471] Latest Modifications:

Changes by: 
                Henrik Sandklef <address@hidden>
'Date: 
                Tue 09/28/2004 at 16:33 (Europe/Stockholm)

------------------ Additional Follow-up Comments ----------------------------
I do not have any Solaris to test this, but probably this will help.... If you 
download the CVS sources you can try to add this line (after the other 
AC_CHECK_LIB lines) in file the "<root dir>/configure.in"

AC_CHECK_LIB(c, sem_destroy, LIBSEMA="", [AC_CHECK_LIB(rt, sem_destroy, 
LIBSEMA="-lrt")])


After that:

 make -f Makefile.cvs && ./configure && make 










/**************************************************************************/
[bugs #10471] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10471>
Project: Xnee
Submitted by: 0
On: Wed 09/22/2004 at 15:13

Category:  Xnee
Severity:  5 - Average
Item Group:  Minor fault
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  Fix to let xnee build on Solaris 8

Original Submission:  I tried building Xnee 1.08 on Solaris 8. It won't build 
by default, but only some minor changes have to be made. This is one part. The 
other is an issue with libxnee, which I've put in a seperate bug report.

In /xnee/src/Makefile xnee_LDADD should also include -lrt in order to link it 
to a library where sem_init() and sem_destroy() can be found. Otherwise the 
compiler will complain about unresolved symbols (sem_destroy).

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 09/28/2004 at 16:33       By: Henrik Sandklef <hesa>
I do not have any Solaris to test this, but probably this will help.... If you 
download the CVS sources you can try to add this line (after the other 
AC_CHECK_LIB lines) in file the "<root dir>/configure.in"

AC_CHECK_LIB(c, sem_destroy, LIBSEMA="", [AC_CHECK_LIB(rt, sem_destroy, 
LIBSEMA="-lrt")])


After that:

 make -f Makefile.cvs && ./configure && make 
















For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10471>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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