Hikawa / ccl

Automatically exported from code.google.com/p/ccl
1 stars 0 forks source link

Cannot be compiled under Linux w/ gcc? #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ho to reproduce the problem:
0. My system is: "Linux Feynman 3.5.0-17-lowlatency #18-Ubuntu SMP PREEMPT Tue 
Oct 9 20:04:43 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux"
1. Download the trunk sources with SVN
2. Run "make dotest; ./dotest"
3. Read the results near the end

I would expect womthing like:
011 AND 11011    000 0011

Instead I read:
011 AND 11011    000 0001

The system is actually an x86-64 Kubuntu 12.10 machine running "gcc version 
4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)"

There seems to be no reference "dotest" output, nor an explaination about how 
to interpred the results.
I attach here my very own dotest output.

Original issue reported on code.google.com by vincenzo...@notorand.it on 27 Oct 2012 at 7:39

Attachments:

GoogleCodeExporter commented 8 years ago
Any news?
The dotest output changed a lot, but there's still no reference output for its 
results.

Original comment by vincenzo...@notorand.it on 22 Jul 2014 at 12:38

GoogleCodeExporter commented 8 years ago
As of today, "make test" gives compilation errors:

ccl-read-only/test.c:11: undefined reference to `iList'
...
test.c:273: undefined reference to `iBitString'
...
ccl-read-only/test.c:338: undefined reference to `istrCollection'

and so on.
How is the "make test" supposed to work?
By the way, "make" is compiling on linux with these flags: "-DUNIX -Wall 
-D__MAC_OSX"
Is this OK?

Original comment by vincenzo...@notorand.it on 16 Dec 2014 at 9:35