Skip to Content.
Sympa Menu

cado-nfs - Re: [Cado-nfs-discuss] partal compile and sqlite3 error

Subject: Discussion related to cado-nfs

List archive

Re: [Cado-nfs-discuss] partal compile and sqlite3 error


Chronological Thread 
  • From: meng <qsmeng@126.com>
  • To: Emmanuel Thomé <Emmanuel.Thome@inria.fr>
  • Cc: "18825954@qq.com" <18825954@qq.com>, cado-nfs-discuss@lists.gforge.inria.fr
  • Subject: Re: [Cado-nfs-discuss] partal compile and sqlite3 error
  • Date: Mon, 25 Jul 2016 21:25:12 +0800 (CST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=qsmeng@126.com; spf=Pass smtp.mailfrom=qsmeng@126.com; spf=None smtp.helo=postmaster@m15-61.126.com
  • Ironport-phdr: 9a23:j9XtQhS3xGazKFcENM3ckt5/Htpsv+yvbD5Q0YIujvd0So/mwa64YheN2/xhgRfzUJnB7Loc0qyN4vimBzVLv87JmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/mj6bsotaNO01hv3mUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD89pozcNLUL37cqIkVvQYSW1+ayFmrPHs4DTGSAKJ+3YYZVkWlR+IzUCRwRT/V5Hsvy+8iup63SSyPMvsTLlyVy70vIlxTxq9jSoBOHZxpHjMj8F2g4oC+kznrBt6ld2HKLqJPeZzK/uONegRQnBMC4MID3RM
  • List-archive: <http://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/>
  • List-id: A discussion list for Cado-NFS <cado-nfs-discuss.lists.gforge.inria.fr>





Hi Emmanuel,
   
    At 2016-07-22 21:29:54, "Emmanuel Thomé" <Emmanuel.Thome@inria.fr> wrote:
>Hi.
>
>On Fri, Jul 22, 2016 at 08:12:38PM +0800, meng wrote:
>>     When compiling cado-nfs-2.2.0 in the HPC, Wuhan university, whose configuration is as follows:
>[...]
>>      gmp:6.1.0
>[...]
>> /home/yangm/cado-nfs-2.2.0/linalg/bwc/lingen_qcode_do.cpp:228: undefined reference to `mpn_xor_n'
>
>This sounds very unlikely. Most probably you mixed up configurations
>somehow. mpn_xor_n definitely should be exported by gmp-6.1.0 (this
>function exists since gmp-5.0.0).
>
>Please wipe out the build/* directory, and run "make" again. Or at least
>check your gmp installation.
>
>
>E.
Thank you for your help.
Yes, I removed the build directory, and the .bash_profile contains the following contents and was sourced:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/software/lib64:/home/software/lib:/home/xxx/gmp-6.1.0/lib

export CFLAGS="-I/home/software/include -L/home/software/lib -L/home/software/lib64 -I/home/xxx/gmp-6.1.0/include -L/home/xxx/gmp-6.1.0/lib"

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/software/openmpi_1.10/lib

export LIBRARY_PATH=$LIBRARY_PATH:/home/xxx/gmp-6.1.0/lib

I still get the same errors.
Thank you.
Regards,
Meng


 




Archive powered by MHonArc 2.6.19+.

Top of Page