nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline a


From: Brand Huntsman
Subject: Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes
Date: Thu, 15 Feb 2018 19:38:23 -0700

On Thu, 15 Feb 2018 18:55:28 -0600
David Ramsey <address@hidden> wrote:

> According to the manual page, the round() function is in libm.  If I
> manually add "-lm" to LDFLAGS when trying to build (since I'm not sure
> how to adjust Makefile.am to add it there), linking succeeds.

You just add "LDFLAGS=-lm" to src/Makefile.am and re-configure. But I'll 
rewrite the code to not use round so it doesn't pull in another library on 
platforms where libc doesn't have it.




reply via email to

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