Menu

#53 plplot on Mingw64: init() issue

open
nobody
None
5
2021-05-14
2021-05-14
No

Dear all,

I am currectly developing a simple c++ code using plplot. You can find the code at https://github.com/srebughini/ASALIplot .

On Ubuntu 20.04 LTS everything works fine, but when I try to run the code on Windows 10 using Mingw64 I get the following behaviour:

1/ I am able to compile the code using:

g++ -g main.cpp plotInterface.cpp -o asali.exe -I. pkg-config plplot --cflags --libs -lplplotcxx

2/ When I run the code it is "stuck" right after calling pls->init().

Could you help me with this issue?

Thank you so much,

Bests,

Stefano

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.