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
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: file collisions and gp2c-run command
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Tue, 15 Oct 2024 13:32:22 +0200
- Delivery-date: Tue, 15 Oct 2024 13:32:30 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.u-bordeaux.fr; s=2022; t=1728991946; bh=J4mvEevAU8zySdll8Xau/It/wD3rAentUKV6c3ODJI0=; h=Date:From:To:References:In-Reply-To:From; b=FgGpaAPnly/ufB4B7dzBTnC42nhgTEqOayn9E4T4lX8XyhiGa3LpNS/h5NAqzsxbO tvmsk619/4sm9yzJeEAVNACZlYJC8WPsVbK03ZqZOG9neceWZNI32nc62kciRFluBE u5PUAZRrxxPCYBBSDQRF7F8lWKiZ3jAeGqXLF7JrgM1gu3w7dl2sjQbNX0SElHA2nV fWR/MjRoWSMvistjIuU5C5gCahXJ/42ODCaO4Xf11k7C6G0iG7QbzxC1QMel2Wwec6 ovyBEL6VEGCySUKzUz9lkR8ckNjJa8VuMszOLkorHfkKGh3MD9MLf0+MFiUr6wc74s Ac4avFggeoiwDZ+2L8VCTVbDARH2cflWXaT39ttCHwL4BIO3mDPwysynopyWyAdmtQ aidAxC06vRGrHZ046zkFpSQ9LjTaDSYxXVEralXzzs/BhviyHp38zR3acCtH0Zwfsq q3dj2iG0EbW8hoH/KqN9qi44H+9BDDnTajB/70DbMq9GaiQJ+tbIL0tPY7MEGS1rw8 5YHieyUh+/Rw2gjNiRBPI3pwrU5Nj/rqo8biakcbFbW7ocAUrwD1M577P1q4ycRLej xagoZfWa/kQwMyKOcmN0IMFaQUY2eSz2KiO6H0TE28r/CnhqmqsZ5XjAXem8kDTSMN Juc9f/jXpfLQ1UKRmjaIfujM=
- In-reply-to: <f6a37f95-140c-4d51-ac32-4c6d99c619ee@gmail.com>
- Mail-followup-to: pari-users@pari.math.u-bordeaux.fr
- References: <f6a37f95-140c-4d51-ac32-4c6d99c619ee@gmail.com>
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.