[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ePiX-users] Compilation failing after install
From: |
Andrew D. Hwang |
Subject: |
Re: [ePiX-users] Compilation failing after install |
Date: |
Sat, 1 Dec 2007 22:55:10 -0500 (EST) |
On Sun, 2 Dec 2007, Ben Tillman wrote:
[when I] try to compile an .xp file, I get the following error:
$ epix -v sphere.xp
epix: Processing sphere.xp:
epix: /usr/bin/g++ epix-3232/sphere-tmp.cc -w -o epix-3232/sphere
-I/usr/local/include -L/usr/local/lib/epix -lm -lepix
epix: WARNING: Compilation of sphere.xp failed
Hi Ben,
Unfortunately I don't have easy access to an XP machine, so I can't try to
duplicate your problem in the near future. In view of Jay's idea about
symbolic links, please try these commands from Cygwin, at least one of
which presumably fails. The "%" represents the prompt.
1. (a) Create a symbolic link.
% ln -s sphere.xp sphere.cc
(b) If (a) fails, make a copy with recognizable extension.
% cp sphere.xp sphere.cc
2. Compile and link.
% /usr/bin/g++ sphere.cc -I/usr/local/include -L/usr/local/lib/epix -lm -lepix
Does either command work, and if not, what errors do you get?
Best,
Andy
Andrew D. Hwang address@hidden
Department of Math and CS http://mathcs.holycross.edu/~ahwang
College of the Holy Cross (508) 793-2458 (Office: 320 Swords)
Worcester, MA, 01610-2395 (508) 793-3530 (fax)
- [ePiX-users] Compilation failing after install, Ben Tillman, 2007/12/01
- Re: [ePiX-users] Compilation failing after install, Jay Belanger, 2007/12/01
- Re: [ePiX-users] Compilation failing after install,
Andrew D. Hwang <=
- Re: [ePiX-users] Compilation failing after install, Ben Tillman, 2007/12/02
- Re: [ePiX-users] Compilation failing after install, Jay Belanger, 2007/12/02
- Re: [ePiX-users] Compilation failing after install, Ben Tillman, 2007/12/02
- Re: [ePiX-users] Compilation failing after install, Jay Belanger, 2007/12/02
- Re: [ePiX-users] Compilation failing after install, Andrew D. Hwang, 2007/12/02
- Re: [ePiX-users] Compilation failing after install, Ben Tillman, 2007/12/02