LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-09-2012, 02:04 PM   #1
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Rep: Reputation: 32
Program compiling errors


I have a tarball with a program that keeps giving me errors whenever i issue the make command, I was thinking that it was a gcc compiling error. I have done what the readme file in the tarball said, I set all of the necessary bash variables and it still isn't working.I someone elses opinions on what the problem may be.

here is a link to the error verbose when I compiled it
https://docs.google.com/open?id=0B1X...EFsQVB1U3JNVUk
 
Old 10-09-2012, 03:44 PM   #2
Rupadhya
Member
 
Registered: Sep 2012
Location: Hoffman Estates, IL
Distribution: Fedora 20
Posts: 167

Rep: Reputation: Disabled
I am not familiar with Debian, but I found this link... http://www.linuxquestions.org/questi...-found-392754/ You might want to check it out.

- Raj
 
Old 10-09-2012, 03:51 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Sage-3.0 : The first hit with Google .. sage-3.0 ..
http://sagemath.blogspot.dk/2008/04/...nd-beyond.html
says : "full GCC-4.3 support". It's an old version, 2008.
I.e. use gcc-4.1 ... gcc-4.3 . EDIT: It's about a different "sage3.0" :
http://www.sagecommons.org/index.php...d=92&Itemid=80 (See post #4)

Or may be you can use e.g. sage-5.2 ?
http://www.sagemath.org/src-old/sage-5.2.tar
All versions : http://www.sagemath.org/src-old/

Ref. your "sage errors.pdf" :
1) sdl-config : not found
2) Missing GL/glut.h
3) Missing GL/gl.h and GL/glu.h
.. Use 'apt-file search <file>' or the online search to decide package names ..
http://packages.debian.org/search?su...rds=sdl-config
http://packages.debian.org/search?su...rds=GL%2Fglu.h

And then install the missing development packages :
# apt-get install libsdl1.2-dev freeglut3-dev mesa-common-dev libglu1-mesa-dev

.

Last edited by knudfl; 10-09-2012 at 05:28 PM.
 
Old 10-09-2012, 04:41 PM   #4
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
Sagmath is not what I am installing, I am installing the Scalable Adaptive Graphics Environment program from the Electronic Visualization Laboratories in Chicago Illinois. more information about the project can be found here
http://sagecommons.org
I have been debugging it with netbeans (Can't believe I didn't think about it before) it turned out that there were some header files in the tarball that the compiler wasn't seeing so it started giving me errors that prevented it from building, also the mesa development packages weren't installed and they have the GL files that it was asking for. Now it comiles perfectly I get no errors and I am able to execute make install but I am now getting the message
Code:
pythonw not found
I have seen this message before but to this day don't know exactly what it means nor do I have a way to fix it. I want to fix this error for good after getting it so many times over the years.
 
Old 10-09-2012, 05:00 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
pythonw not found
http://www.unix.com/man-page/all/1/PYTHONW/
Quote :
""As of Python 2.5, python and pythonw are interchangeable ..""

So I guess you can do : cd /usr/bin/ ; # ln -s python2.6 pythonw

.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Im getting following errors while compiling my LEX program ashlin Linux - Newbie 4 09-25-2012 06:24 AM
Compilation errors with compiling a program with boost libraries 1.39 Metal_Koola Programming 5 12-04-2009 07:13 PM
gcc errors while compiling my server.c program using MySQL linuxfan84 Programming 3 06-18-2008 02:26 AM
my first C++ program, errors while compiling lu543285 Programming 11 09-26-2004 03:42 AM
cryptic errors compiling simplest C program code_noc Slackware 4 10-06-2003 08:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration