Razvan,

When compiling version 1.8, it was not detecting the 64 bit properly which is why I added the variables. I will try building without any options set. As far as "sed" is concern, I have gsed version 4.2.2 installed which is what I thought was being used. It sounds like the compile is pulling in the original "sed" that came with the OS. Here is the version for that Solaris sed: VERSION: 11.10.0,REV=2005.01.21.15.53

Is there a way to specify/utilize the GNU utilities?

Thanks

Nathaniel


On 2/29/16 8:54 AM, Răzvan Crainea wrote:
Hi, Nathaniel!

In the fist pastebin, are you sure you need the -m64 options? The makefile system should detect the architecture and build the packets accordingly. Anyway, this is just a question, the real problem seems to be the version of the sed package. Can you tell me what sed version are you using? Perhaps pasting a help command, since I don't have access to a Solaris macine.

All the other pastebin logs do not use the latest version, that's why they do not compile.

Best regards,
Răzvan


On 02/29/2016 02:13 PM, Nathaniel L. Keeling III wrote:
Razvan,

Yes, setting LD_EXTRA_OPTS made it compile. I did a git pull and tried a few things and here are the results:

I removed the env variables CFLAGS and CXXFLAGS and then set env variables CC_EXTRA_OPTS=-m64 and LD_EXTRA_OPTS=-m64. I then executed the compile from "make menuconfig" and here is the results.

http://pastebin.com/VwtLcDqw


I then reran the compile with env CFLAGS=-m64 and CXXFLAGS=-m64 using this:

CC_EXTRA_OPTS=-m64 LD_EXTRA_OPTS=-m64 NICER=0 make all

Here is the pastebin link for that output:

http://pastebin.com/2mpXuehv


Here is the results of the compile with the env CFLAGS and CXXFLAG not set using:
CC_EXTRA_OPTS=-m64 LD_EXTRA_OPTS=-m64 NICER=0 make all

This is the pastebin link:

http://pastebin.com/0TW4ZU4S


I then tried again with the env variables CFLAGS and CXXFLAG set as before with this:
LD_EXTRA_OPTS=-m64 NICER=0 make all
Here is the pastebin link:

http://pastebin.com/emUFTGu1



Thanks

Nathaniel

On 2/29/16 4:52 AM, Răzvan Crainea wrote:
LD_EXTRA_OPTS=-m64 NICER=0 make all



_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

--
Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to