[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.
- Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes, David Ramsey, 2018/02/15
- Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes,
Brand Huntsman <=
- Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes, David Ramsey, 2018/02/15
- Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes, David Ramsey, 2018/02/18
- Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes, David Ramsey, 2018/02/18
- Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes, David Ramsey, 2018/02/19
- Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes, David Ramsey, 2018/02/20