bugXnee - Bugs: bug #10471, Fix to let xnee build on Solaris 8

 
 

bug #10471: Fix to let xnee build on Solaris 8

Submitter:  None
Submitted:  Wed 22 Sep 2004 03:13:28 PM UTC
   
 
Category:  Xnee Severity:  3 - Normal
Item Group:  Minor fault Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 28 Sep 2004 04:33:25 PM UTC, comment #1: 

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




Henrik Sandklef <hesa>
Group administrator
Wed 22 Sep 2004 03:13:28 PM UTC, 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).

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-27 hesa Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code