From: Joao C. <jc...@fe...> - 2003-02-12 23:33:19
|
On Wednesday 12 February 2003 18:49, Christophe TROESTLER wrote: > On Wed, 12 Feb 2003, Jo=E3o Cardoso <jc...@fe...> wrote: =2E.. > BTW, there are some problems when compiling plplot-5.2.0 with the > option --with-double, make ends with the message: > > =09... > =09make[1]: *** No rule to make target `dg300d.lo', needed by > `libplplotdrv.la'. Stop. make[1]: Leaving directory > `/tmp/PLPLOT/plplot-5.2.0/drivers' > =09make: *** [all-recursive] Error 1 It turns out that this question has already been answered: It turns out the fatal combination is static drivers and --with-double on *all* platforms. (We gave the mistaken impression before this problem on= ly occurred on some platforms.) Thus, for any platform a workaround is to specify --enable-dyndrivers. An alternative workaround is to avoid specifying --with-double. Its a Boolean OR of those two workarounds. Thu= s, the combination of --enable-dyndrivers and --with-double builds fine sinc= e the first workaround condition is fulfilled. Similarly, default options (nothing specified about the kind of drivers or precision) build fine sin= ce the second condition is fulfilled. > > > Finally, if I issue =AB xhost +local: =BB, the Tk driver crashes with: > > =09X server insecure (must use xauth-style authorization); command igno= red > =09 while executing > =09"send $client "set server_name [list $server_name]"" > =09 (procedure "plserver_link_init" line 25) > =09 invoked from within > =09"plserver_link_init" > =09 (procedure "plserver_init" line 85) > =09 invoked from within > =09"plserver_init" > > Why? (There is no problem with the xwin driver.) This question was also already answered (not a plplot issue): you have to= use=20 xauth in order to securely run Tk (as tk has a mechanism that would allow= =20 others to execute commands on your computer -- no need to be a hacker). The easier way to setup xauth is to use a xdm login manager, like xdm, kd= m,=20 etc. Otherwise you must use the xauth program and *do not* enable xhosts.= =20 Other possibility is to rebuild tk without security. Thanks, Joao > > Cheers, > ChriS > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel |