From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 7 Apr 2003 10:29:01 +0400 From: Serge To: sisyphus@altlinux.ru Message-Id: <20030407102901.32e11cec.ssv@altlinux.ru> Organization: sa User-Agent: J.Bond X-Mailer: Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Subject: [sisyphus] perl-PDL Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: [serge@lin01 serge]$ rpm -q perl-PDL perl-PDL-2.340-alt3 [serge@lin01 serge]$ perldl perlDL shell v1.32 ---- Code: # Number of subdivisions for lines / surfaces. $size = 25; $cz = (xvals zeroes $size+1) / $size; # interval 0..1 $cx = sin($cz*12.6); # Corkscrew $cy = cos($cz*12.6); line3d [$cx,$cy,$cz]; # Draw a line # [press 'q' in the graphics window when done] ---- Output: Dims: 26 DLen: 208 /usr/bin/perl: relocation error: /usr/lib/perl5/vendor_perl/i386-linux/auto/PDL/Graphics/OpenGL/OpenGL.so: undefined symbol: XOpenDisplay Валится при любой попытке нарисовать график ...(demo 3d demo 3d2) Regards, Serge.