Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Compilers no longer release executables

Reply
Thread Tools

Compilers no longer release executables

 
 
Clifford Stern
Guest
Posts: n/a
 
      02-19-2009
I installed Ubuntu 5.10 in November of 2005, and for a year and a half
had use of its C compiler. In May of 2007 while attempting to get ggnfs
in operation, I issued an ill-conceived command (make squeaky) that not
only wiped out all of the ggnfs binaries, but was possibly also
responsible for damage to the functioning of the compiler. Failure
occurs in the last step, when the executable is supposed to be written
to the hard drive, but fails to show up. The shocker came when a clean
reinstallation of the operating system was unsuccessful in correcting
the problem. The best that does is give a few minutes of normal compiler
functioning, with the damaged condition soon returning. Trying a more
recent version of Ubuntu (7.10) didn't help. I've installed Tiny
Compiler, but that exhibits the same problem. However, that valuable
resource includes the option of running the resulting program, so that
is quite helpful. In addition, Knoppix can be used on most any computer
to create executables for relatively simple applications.

Is there a way to force a newly created executable stuck in RAM to be
transferred to the hard drive? Could there be a rational explanation for
this bizzare state of affairs?

Clifford Stern


Sources:

ggnfs is an implementation of the General Number Field Sieve by Chris
Monaco.
http://www.math.ttu.edu/~cmonico/software/ggnfs/

Tiny Compiler
http://fabrice.bellard.free.fr/tcc/
 
Reply With Quote
 
 
 
 
Lew Pitcher
Guest
Posts: n/a
 
      02-19-2009
On February 19, 2009 15:18, in comp.lang.c, Clifford Stern ()
wrote:

Sorry, but you seem to have a problem with a particular OS and a particular
compile process. Neither of which are related to the subject matter of
comp.lang.c

You probably should ask your question in a group that takes ggnfs as it's
subject matter (or in a group that discusses your compiler or your OS).

> I installed Ubuntu 5.10 in November of 2005, and for a year and a half
> had use of its C compiler. In May of 2007 while attempting to get ggnfs
> in operation, I issued an ill-conceived command (make squeaky) that not
> only wiped out all of the ggnfs binaries, but was possibly also
> responsible for damage to the functioning of the compiler.


<off_topic>
Highly unlikely, unless you ran the compile as root.
Given your later problems (described in the snipped section, below) I would
think that the compile had little or nothing to do with your problems, and
you are suffering from some sort of hardware failure instead.
</off_topic>
[snip]

>
> ggnfs is an implementation of the General Number Field Sieve by Chris
> Monaco.
> http://www.math.ttu.edu/~cmonico/software/ggnfs/


<quote from website>
There is a Yahoo! Group for GGNFS users at
www.groups.yahoo.com/group/ggnfs. If you have questions or comments about
the software, your best bet is to first scan messages there to see if the
question [issue] has been asked [addressed]. If not, ask it there. Emailing
me directly should only be done as a last resort, and only if you are
submitting a bugfix or patch.

Please Note: What little documentation there is for GGNFS is now horribly
out of date. If you need help, you might try the group mentioned above.
</quote>

Have you checked the yahoo group (or emailed the author) as the webpage
suggests?

--
Lew Pitcher

Master Codewright & JOAT-in-training | Registered Linux User #112576
http://pitcher.digitalfreehold.ca/ | GPG public key available by request
---------- Slackware - Because I know what I'm doing. ------


 
Reply With Quote
 
 
 
 
CBFalconer
Guest
Posts: n/a
 
      02-20-2009
Clifford Stern wrote:
>
> I installed Ubuntu 5.10 in November of 2005, and for a year and a half
> had use of its C compiler. In May of 2007 while attempting to get ggnfs
> in operation, I issued an ill-conceived command (make squeaky) that not
> only wiped out all of the ggnfs binaries, but was possibly also


This is comp.lang.c, where we discuss the C language. Ubuntu is
off-topic. Try alt.os.linux.ubuntu (which is not carried by
google).

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Strange array access in two executables compiled with different compilers Juha Nieminen C++ 3 09-21-2012 08:17 PM
executables no longer executing on PC's without Python installed jefm Python 0 12-16-2008 07:21 PM
commercial c compilers vs free c compilers geletine C Programming 33 07-07-2006 05:21 AM
testing for existence of compilers/executables John Python 0 03-05-2006 04:36 PM
Programs taking longer and longer to start up. Help please. Goforit Computer Information 9 07-25-2004 06:34 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57