From: Karsten O. <wid...@t-...> - 2015-02-03 20:06:52
|
Hi, Can you try to installed globalplatform with "make install" before? Maybe it is a bug with the "GLOBALPLATFORM_LIBS" option. is a previous version also installed in the lib directory? What says ./configure --help? Are the build options mentioned? You an also try to use the trunk. The trunk is using cmake for the compilation. But this might be even simpler than the former build chain. Karsten Am 03.02.2015 um 20:20 schrieb Cranix: > Good morning, > I'm trying to compile gpshell-1.4.4. > I have FreeBSD 10.1, i'v downloaded tarballs with source > of globalplatform-6.0.0 and gphsell-1.4.4. > > Compillation of globalplatform whas straightforward, > and right now i have globalplatform's binaries in my home directory. > > Unfortunetly i have problem with compillation of gphsell. > I'm trying to compile gpshell executing > ./configure --prefix=/home/cranix/gpshell \ > WINSCARD_LIB_PATH="-I/home/cranix/globalplatform-6.0.0/src/pcsclite-includes/winscard.h" \ > GLOBALPLATFORM_CFLAGS="-I/home/cranix/globalplatform/include/globalplatform" \ > GLOBALPLATFORM_LIBS="-L/home/cranix/globalplatform/lib" > > in directory with gpshell's source. > > Unfortunetly i'm getting: error: OPGP_VISA2_derive_keys() not found, install GlobalPlatform 6.0.0 or later > (full configure's output is here: http://pastebin.com/00w7WZz3) > I'v tried searching with several search engines, but with no result. > > Have You any ideas what i might doing wrong? > > Kind regards, > Cranix > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Globalplatform-users mailing list > Glo...@li... > https://lists.sourceforge.net/lists/listinfo/globalplatform-users > |