help-guix
[Top][All Lists]
Advanced

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

Re: Need help packaging IUP (part 1: IM)


From: Ekaitz Zarraga
Subject: Re: Need help packaging IUP (part 1: IM)
Date: Tue, 21 Mar 2023 12:45:17 +0000

Hi Reza,
Thanks for the help!
I'll answer inline:
------- Original Message -------
On Tuesday, March 21st, 2023 at 13:25, Reza Housseini 
<reza.housseini@gmail.com> wrote:


> Have you tried something like
> 
> (add-before 'configure 'set-ldflags
> (lambda _
> (substitute* "tecmake.mak"
> (("STDLDFLAGS := -shared" all) (string-append all "
> -Wl,-rpath="#$output "/lib")))))
> 
> not tested though.

I'll give a try to this. I didn't try it!
Thanks!

> 
> Also it looks like a cmake project, why are you not using the
> cmake-build-system?

The CMake they use gives syntax errors and the official docs describe to use 
the Makefile and they don't mention the CMake.
It's probably poorly maintained.

Thanks for the help! I'll answer back when I try the STDLDFLAGS!



reply via email to

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