miniupnp.tuxfamily.org Forum Index miniupnp.tuxfamily.org
The forum about miniupnp and libnatpmp
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

name of libs in Makefile

 
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> libnatpmp Compilation/Installation
View previous topic :: View next topic  
Author Message
clohr



Joined: 22 Jan 2009
Posts: 1

PostPosted: Thu Jan 22, 2009 4:54 pm    Post subject: name of libs in Makefile Reply with quote

Hi,
In libnatpmp-20081006/Makefile, may I suggest to replace
Code:
STATICLIB = natpmp.a
SHAREDLIB = natpmp.so

by:
Code:
STATICLIB = libnatpmp.a
SHAREDLIB = libnatpmp.so

(usually, Unix library names are prefixed by lib)

Regards.
Back to top
View user's profile Send private message
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Fri Jan 23, 2009 6:51 pm    Post subject: Reply with quote

good point !
_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
john5kenneth
Guest





PostPosted: Wed Feb 16, 2011 10:09 am    Post subject: Reply with quote

What will be the advantage of using
"STATICLIB = libnatpmp.a
SHAREDLIB = libnatpmp.so" instead of original one.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> libnatpmp Compilation/Installation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP
© 2007 Thomas Bernard, author of MiniUPNP.