SMS Server Tools 3
This site is hosted by Kekekasvi.com
 Menu
Basic information:
Additional information:
Support:
Get SMS Server Tools 3:
Additional Options

 Sponsored links

 Search
Custom Search

 Visitor locations
 
 SMS Server Tools 3 Community
Welcome, Guest. Please login or register. Thu Mar 28, 2024 12:47
SMSTools3 Community » Help and support Bottom

[answered] Solaris 10 compile problem

  This topic is locked

Page:  1

Author Post
Member
Registered:
May 2010
Location: Copenhagen, Denmark
Operating system name and version: Solaris 10 (SPARC)
Version of smsd: 3.1.8
Smsd installed from: sources
Name and model of a modem / phone: Huawei E160G
Interface: USB

I am trying to upgrade from 3.1.5 to 3.1.8.
3.1.5 compiled fine.

I uncommented the two lines in src/Makefile


When I run gmake I get the following output (and error):


Any ideas?

Thanks.

/Kenneth Østrup

Administrator
Registered:
May 2009
Location: JyvÀskylÀ, Finland
Edit the Makefile in the src directory:

If you do not need the support for network modems, uncomment (remove #) the line:
#CFLAGS += -D DISABLE_INET_SOCKET

Or if you need or will need the support for network modems, instead of uncommenting that line, add the following definitions to the next line:

ifneq (,$(findstring NOSTATS,$(CFLAGS)))
         $(CC) $(CFLAGS) -o $@ $^ -lsocket -lnsl
else
         $(CC) `mm-config --cflags` $(CFLAGS) -o $@ $^ `mm-config --ldflags --libs` -lsocket -lnsl
endif

Then make clean smsd.

Member
Registered:
May 2010
Location: Copenhagen, Denmark
Topic owner
Wow, that was quick.

I don't need network modems, so uncommented the line in src/Makefile.

Thanks! :)

  This topic is locked

Page:  1

SMSTools3 Community » Help and support Top

 
Time in this board is UTC.  

Privacy Policy   SMS Server Tools 3 Copyright © Keijo Kasvi.