> Hello,
>
> I am using cygwin on windows xp, I was trying to install GDL on it which
> requires to install plplot. But I am encountering this error when I tryes
> to use make command,
>
> Info: resolving _plsc by linking to __imp__plsc (auto-import)collect2: ld
> returned 1 exit statusmake[3]: *** [plserver.exe] Error 1make[3]: Leaving
> directory `/usr/local/plplot-5.7.3/bindings/tk'make[2]: ***
> [all-recursive] Error 1make[2]: Leaving directory
> `/usr/local/plplot-5.7.3/bindings'make[1]: *** [all-recursive] Error
> 1make[1]: Leaving directory `/usr/local/plplot-5.7.3'make: *** [all] Error
> 2
>
> I believe this is because of tcl/tk lib but tcl is already been installed
> on cygwin.
>
> plz help.
>

Hello,

when you install PLplot, do you use the CMake configuration/build/install
system or do you use the Autoconf system, that is:
    ./configure
    make
    make install

The reason I ask, is that the Autoconf system has been deprecated and
the CMake system is the preferred method now.

I do not know GDL, so I can not comment whether that has anything to
do with your problem.

Could you tell us what version of GCC you are using? The message relates
to a linking problem ... Hm, can you tell us what configuration options
you are using? It may very well be a problem with shared versus static
libraries.

Regards,

Arjen



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to