{"type":"rich","version":"1.0","author_name":"npub1uzdadrhmrd57ntj3l2ulutewh0jhs45twn68aryyuw55vc44qcrsufm359","author_url":"https://nostr.ae/npub1uzdadrhmrd57ntj3l2ulutewh0jhs45twn68aryyuw55vc44qcrsufm359","provider_name":"njump","provider_url":"https://nostr.ae","html":"📅 Original date posted:2012-02-23\n📝 Original message:Hi Michael!\n\n Thank you for libcoin! It is a awesome evolution for Bitcoin and for the\nCryptoCurrencies as a hole... Thanks!!!\n\n Anyway, I am unable to compile libcoin under my Ubuntu 11.04. At this\nmachine, I have compiled and running Bitcoin (from sources), Namecoin,\nDevcoin, Litecoin, IXcoin and I0coin, all from sources but, when I try to\ncompile libcoin, I got:\n\n----\nuser at desk:~/libcoin$ ./configure\n-- The C compiler identification is GNU\n-- The CXX compiler identification is GNU\n-- Check for working C compiler: /usr/bin/gcc\n-- Check for working C compiler: /usr/bin/gcc -- works\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Check for working CXX compiler: /usr/bin/c++\n-- Check for working CXX compiler: /usr/bin/c++ -- works\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Looking for include files CMAKE_HAVE_PTHREAD_H\n-- Looking for include files CMAKE_HAVE_PTHREAD_H - found\n-- Looking for pthread_create in pthreads\n-- Looking for pthread_create in pthreads - not found\n-- Looking for pthread_create in pthread\n-- Looking for pthread_create in pthread - found\n-- Found Threads: TRUE\n-- Looking for XOpenDisplay in\n/usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so\n-- Looking for XOpenDisplay in\n/usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found\n-- Looking for gethostbyname\n-- Looking for gethostbyname - found\n-- Looking for connect\n-- Looking for connect - found\n-- Looking for remove\n-- Looking for remove - found\n-- Looking for shmat\n-- Looking for shmat - found\n-- Looking for IceConnectionNumber in ICE\n-- Looking for IceConnectionNumber in ICE - found\n-- Found X11: /usr/lib/i386-linux-gnu/libX11.so\n-- Boost version: 1.42.0\n-- Found the following Boost libraries:\n--   date_time\n--   regex\n--   filesystem\n--   system\n--   program_options\n--   thread\n-- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so\n-- Looking for Q_WS_X11\n-- Looking for Q_WS_X11 - found\n-- Looking for Q_WS_WIN\n-- Looking for Q_WS_WIN - not found.\n-- Looking for Q_WS_QWS\n-- Looking for Q_WS_QWS - not found.\n-- Looking for Q_WS_MAC\n-- Looking for Q_WS_MAC - not found.\n-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)\n-- Found wxWidgets: TRUE\n\nThe build system is configured to install libraries to /usr/local/lib\nYour applications may not be able to find your installed libraries unless\nyou:\n    set your LD_LIBRARY_PATH (user specific) or\n    update your ld.so configuration (system wide)\nYou have an ld.so.conf.d directory on your system, so if you wish to ensure\nthat\napplications find the installed libcoin libraries, system wide, you could\ninstall an\nlibcoin specific ld.so configuration with:\n    sudo make install_ld_conf\n\n-- Configuring done\n-- Generating done\n-- Build files have been written to: /home/user/libcoin\n----\n\n Now I tried make, without success:\n\n----\n.....\nScript.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0xf): undefined\nreference to `BN_init'\nScript.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0x1e):\nundefined reference to `BN_copy'\nScript.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0x38):\nundefined reference to `BN_set_negative'\nScript.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0x4f):\nundefined reference to `BN_clear_free'\nScript.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0xd3):\nundefined reference to `BN_clear_free'\n../../lib/libcoin.a(Script.o): In function `operator\u003c\u003c(CBigNum const\u0026,\nunsigned int)':\nScript.cpp:(.text._ZlsRK7CBigNumj[operator\u003c\u003c(CBigNum const\u0026, unsigned\nint)]+0x16): undefined reference to `BN_init'\nScript.cpp:(.text._ZlsRK7CBigNumj[operator\u003c\u003c(CBigNum const\u0026, unsigned\nint)]+0x2c): undefined reference to `BN_lshift'\nScript.cpp:(.text._ZlsRK7CBigNumj[operator\u003c\u003c(CBigNum const\u0026, unsigned\nint)]+0xad): undefined reference to `BN_clear_free'\n../../lib/libcoin.a(Script.o): In function `operator\u003e\u003e(CBigNum const\u0026,\nunsigned int)':\nScript.cpp:(.text._ZrsRK7CBigNumj[operator\u003e\u003e(CBigNum const\u0026, unsigned\nint)]+0xf): undefined reference to `BN_init'\nScript.cpp:(.text._ZrsRK7CBigNumj[operator\u003e\u003e(CBigNum const\u0026, unsigned\nint)]+0x1e): undefined reference to `BN_copy'\nScript.cpp:(.text._ZrsRK7CBigNumj[operator\u003e\u003e(CBigNum const\u0026, unsigned\nint)]+0x47): undefined reference to `BN_clear_free'\nScript.cpp:(.text._ZrsRK7CBigNumj[operator\u003e\u003e(CBigNum const\u0026, unsigned\nint)]+0xcb): undefined reference to `BN_clear_free'\n../../lib/libcoin.a(Script.o): In function `operator!=(CBigNum const\u0026,\nCBigNum const\u0026)':\nScript.cpp:(.text._ZneRK7CBigNumS1_[operator!=(CBigNum const\u0026, CBigNum\nconst\u0026)]+0x14): undefined reference to `BN_cmp'\n../../lib/libcoin.a(Script.o): In function `operator\u003e(CBigNum const\u0026,\nCBigNum const\u0026)':\nScript.cpp:(.text._ZgtRK7CBigNumS1_[operator\u003e(CBigNum const\u0026, CBigNum\nconst\u0026)]+0x14): undefined reference to `BN_cmp'\n../../lib/libcoin.a(Script.o): In function `uint256\nHash\u003c__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned\nchar, std::allocator\u003cunsigned char\u003e \u003e \u003e\n\u003e(__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char,\nstd::allocator\u003cunsigned char\u003e \u003e \u003e, __gnu_cxx::__normal_iterator\u003cunsigned\nchar*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e)':\nScript.cpp:(.text._Z4HashIN9__gnu_cxx17__normal_iteratorIPhSt6vectorIhSaIhEEEEE7uint256T_S8_[uint256\nHash\u003c__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned\nchar, std::allocator\u003cunsigned char\u003e \u003e \u003e\n\u003e(__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char,\nstd::allocator\u003cunsigned char\u003e \u003e \u003e, __gnu_cxx::__normal_iterator\u003cunsigned\nchar*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e\n\u003e)]+0x6d): undefined reference to `SHA256'\nScript.cpp:(.text._Z4HashIN9__gnu_cxx17__normal_iteratorIPhSt6vectorIhSaIhEEEEE7uint256T_S8_[uint256\nHash\u003c__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned\nchar, std::allocator\u003cunsigned char\u003e \u003e \u003e\n\u003e(__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char,\nstd::allocator\u003cunsigned char\u003e \u003e \u003e, __gnu_cxx::__normal_iterator\u003cunsigned\nchar*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e\n\u003e)]+0xb8): undefined reference to `SHA256'\ncollect2: ld returned 1 exit status\nmake[2]: *** [bin/bitcoind] Error 1\nmake[1]: *** [applications/bitcoind/CMakeFiles/app_bitcoind.dir/all] Error 2\nmake: *** [all] Error 2\n-----\n\n What can I do?!\n\nBest,\nThiago\n\n\nOn 1 February 2012 12:18, Michael Grønager \u003cgronager at ceptacle.com\u003e wrote:\n\n\u003e Dear Bitcoiners,\n\u003e\n\u003e libcoin is now in a state ready for its first release, which I would like\n\u003e to share with you!\n\u003e\n\u003e === libcoin is a crypto currency library based on the bitcoin/bitcoin\n\u003e \"Satoshi\" client. ===\n\u003e\n\u003e Copenhagen, Denmark - 1st February 2012 Ceptacle announces the release of\n\u003e the first version of the crypto currency library \"libcoin\" based on the\n\u003e bitcoin/bitcoin \"Satoshi\" client.\n\u003e\n\u003e libcoin also maintains a version of bitcoind that is a 100% compatible\n\u003e drop-in replacement of the bitcoin/bitcoind client: You can use it on the\n\u003e same computer on the same files and you can call it with the same scripts.\n\u003e And you can easily extend it without touching the basic bitcoin source\n\u003e files.\n\u003e\n\u003e The libcoin/bitcoind client downloads the entire block chain 3.5 times\n\u003e faster than the bitcoin/bitcoind client. This is less than 90 minutes on a\n\u003e modern laptop!\n\u003e\n\u003e In libcoin, the Satoshi client code has been completely refactored,\n\u003e properly encapsulating classes, removing all globals, moving from threads\n\u003e and mutexes to a pure asynchronous approach. Functionalities have been\n\u003e divided into logical units and libraries, minimizing dependencies for e.g.\n\u003e thin clients.\n\u003e\n\u003e libcoin is chain agnostic, all chain (bitcoin, testnet, namecoin,\n\u003e litecoin, ...) specific settings are maintained from a single class (Chain)\n\u003e and hence experiments with chain settings, mining, security and digital\n\u003e currencies for research and educational purposes are easily accessible. See\n\u003e the ponzicoin example for how you define your own chain.\n\u003e\n\u003e The build system of libcoin is based on CMake and supports builds of\n\u003e static and dynamic libraries on Linux, Mac OS X, and Windows.\n\u003e\n\u003e The libcoin license is LGPL v. 3. This mean that you can use it in open\n\u003e source as well as in commercial projects, but improvements should go back\n\u003e into the libcoin library.\n\u003e\n\u003e ======\n\u003e\n\u003e Read more on libcoin on: http://github.com/ceptacle/libcoin/wiki\n\u003e\n\u003e Join libcoin on twitter: http://twitter.com/libcoin\n\u003e\n\u003e Download \"libcoin Satoshi release\":\n\u003e http://github.com/ceptacle/libcoin/zipball/v0.4.0.1\n\u003e\n\u003e Best regards,\n\u003e\n\u003e Michael Gronager, PhD\n\u003e Director, Ceptacle\n\u003e Jens Juels Gade 33\n\u003e 2100 Copenhagen E\n\u003e Mobile: +45 31 45 14 01\n\u003e E-mail: gronager at ceptacle.com\n\u003e Web: http://www.ceptacle.com/\n\u003e\n\u003e\n\u003e\n\u003e ------------------------------------------------------------------------------\n\u003e Keep Your Developer Skills Current with LearnDevNow!\n\u003e The most comprehensive online learning library for Microsoft developers\n\u003e is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,\n\u003e Metro Style Apps, more. Free future releases when you subscribe now!\n\u003e http://p.sf.net/sfu/learndevnow-d2d\n\u003e _______________________________________________\n\u003e Bitcoin-development mailing list\n\u003e Bitcoin-development at lists.sourceforge.net\n\u003e https://lists.sourceforge.net/lists/listinfo/bitcoin-development\n\u003e\n-------------- next part --------------\nAn HTML attachment was scrubbed...\nURL: \u003chttp://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20120223/676ab00f/attachment.html\u003e"}
