| Bill Allombert on Tue, 15 Oct 2024 13:32:29 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: file collisions and gp2c-run command |
On Mon, Oct 14, 2024 at 07:14:24PM -0700, American Citizen wrote: > Suppose I have 3 pari packages > > > when I run the gp2c-run command on pkg, it thinks I am redefining nlog all > over again and flags it as a warning. > > This is not true of course.. is there anyway of fixing this, so gp2c-run > command won't be fooled for pkg3 ? This is similar to put the precompiler > flags in place for the header files when compiling C-programs. What you can do is to compile nlog with gp2c-run and obtain a nlog.gp.run file, and then do \r nlog.gp.run instead of nlog.gp Cheers, Bill.