On 2015-04-24 16:51-0600 Orion Poplawski wrote:
> # make
> /usr/bin/gfortran x00f.f90 -o x00f -I/usr/include/plplot
> -I/usr/lib64/gfortran/modules -I/usr/include/plplot -lplplotf95
> -lplf95demolib
> /usr/bin/ld: /tmp/ccNUjhko.o: undefined reference to symbol 'plinit_'
> /usr/lib64/libplplotf
On 2015-04-24 10:09-0600 Orion Poplawski wrote:
>> I just checked the two relevant *.pc files from 5.10.0 and 5.11.0, and
>> they are the same other than dropping the "d" suffix. So the change in
>> pkg-config result must not be due to something being done differently
>> by PLplot. Instead, my gue
On 2015-04-24 16:51-0600 Orion Poplawski wrote:
> # make
> /usr/bin/gfortran x00f.f90 -o x00f -I/usr/include/plplot
> -I/usr/lib64/gfortran/modules -I/usr/include/plplot -lplplotf95
> -lplf95demolib
> /usr/bin/ld: /tmp/ccNUjhko.o: undefined reference to symbol 'plinit_'
> /usr/lib64/libplplotf
Hi Orion: Thanks for the patch. I'll look into this next week and try
to put out
an updated PDL-Graphics-PLplot.
Regards,
Doug Hunt
On 04/24/15 16:34, Orion Poplawski wrote:
> I'm trying to build PDL-Graphics-PLplot 0.67 with plplot 5.11.0. First I need
> the attached patch to handle the
# make
/usr/bin/gfortran x00f.f90 -o x00f -I/usr/include/plplot
-I/usr/lib64/gfortran/modules -I/usr/include/plplot -lplplotf95 -lplf95demolib
/usr/bin/ld: /tmp/ccNUjhko.o: undefined reference to symbol 'plinit_'
/usr/lib64/libplplotf95c.so.12: error adding symbols: DSO missing from command
line
I'm trying to build PDL-Graphics-PLplot 0.67 with plplot 5.11.0. First I need
the attached patch to handle the name change.
Next issue I'm running into is the plplot.t test segfaulting:
$ LD_LIBRARY_PATH=../blib/arch/auto/PDL/Graphics/PLplot/ gdb perl
GNU gdb (GDB) Fedora 7.9-11.fc23
Copyright (
I should not that these are with the installed examples:
/usr/bin/c++ wxPLplotDemo.cpp -o wxPLplotDemo -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -D__WXGTK__ -I/usr/include/plplot
-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8
-I/usr/include/plplot -lplplotwxwidgets
wxPLplotDem
The C examples use sin(), so they need to link with -lm:
diff --git a/examples/c/Makefile.examples.in b/examples/c/Makefile.examples.in
index bc47762..1764c4a 100644
--- a/examples/c/Makefile.examples.in
+++ b/examples/c/Makefile.examples.in
@@ -100,6 +100,6 @@ clean:
@extcairo_true@$(she
On 2015-04-24 10:12-0600 Orion Poplawski wrote:
> It appears that due to the way the plplot cmake config file is currently
> constructed, in order to do a:
>
> find_package(plplot)
>
> You must have *every* built component installed or you get errors like:
>
> CMake Error at /usr/lib64/cmake/plplo
It appears that due to the way the plplot cmake config file is currently
constructed, in order to do a:
find_package(plplot)
You must have *every* built component installed or you get errors like:
CMake Error at /usr/lib64/cmake/plplot/export_plplot.cmake:163 (message):
The imported target "pl
On 04/23/2015 01:29 AM, Alan W. Irwin wrote:
> On 2015-04-22 22:44-0600 Orion Poplawski wrote:
>
>> With plplot 5.10.0:
>>
>> # pkg-config plplotd --libs
>> -lplplotd
>>
>> With plplot 5.11.0:
>> -lplplot -lltdl -lm -lshp -lfreetype -lcsirocsa -lcsironn -lqhull -lqsastime
>>
>> # pkg-config plplot
11 matches
Mail list logo