Search:

Type: Posts; User: toojays; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: What do you use to program in mips and pc assembly?

    It's the same deal for MIPS, but you need to compile GAS to that it recognises MIPS instructions and assembles them accordingly.
  2. Re: cc libraries - intalled gcc and build-essential

    GCC doesn't link against the math library by default. Add '-lm' to your command line.
  3. Replies
    4
    Views
    4,389

    Re: gtk+ 2.4 or better

    glib 2.14 is newer than glib 2.4. I think the problem you are having is that you haven't installed the libglib2.0-dev package.
  4. Replies
    5
    Views
    1,844

    Re: Emacs wouldn't display special characters

    I'm not sure about the keyboard mapping issue, but it's possible it's related to a combination of your LANG and TERM environment variables.

    On the font issue, try installing the package...
  5. Re: The Size of Executables Compiled with Free Pascal

    Have you stripped your executable as well?
  6. Re: glibc detected *** free(): invalid next size (normal)

    Do you have the source for this program? I suggest you compile it with debugging turned on, then run it under valgrind to find out where the memory error is coming from.

    A workaround is to run the...
  7. Replies
    1
    Views
    498

    Re: installing gcc-4.1 on dapper

    Here's the quick version of what I would try. Read the man pages for the various commands mentioned before you try it.

    1) Download the three files mentioned at...
  8. Replies
    4
    Views
    1,697

    Re: FoxPro Equivalent

    Does Glom have any of the functionality which you miss from FoxPro?
  9. Replies
    3
    Views
    581

    Re: shell command for video resolution

    I don't know of a tool which does this, but I know some programs use mplayer to create thumbnails of video files. If you could use mplayer to output a single frame at the resolution of the video, you...
  10. Replies
    1
    Views
    225

    Re: Changelog-making application?

    Emacs has special facilities for editing changelogs. While you are editing your source code, press C-x 4 a, and Emacs will begin an appropriate changelog entry for you. It also has a function for...
  11. Re: (GCC)Compile C into asm, hving the corresponding C code next to the asm

    If you compile with "-Wa,-adhln,-L -g -c", you get something like what you want coming up on stdout. (Courtesty of http://sourceware.org/ml/crossgcc/2002-02/msg00019.html)

    Also the -fverbose-asm...
  12. Thread: symbian-gcc

    by toojays
    Replies
    2
    Views
    940

    Re: symbian-gcc

    Sometimes these embedded compilers are given out with Windows line endings, which ends up breaking the configure script when you bring it back to a GNU system.

    If this is the case, you will need...
  13. Replies
    12
    Views
    1,419

    Re: Youngest person to submit a kernel patch

    The youngest I know about is Marcelo Tosatti, who started working for Conectiva at about 13. At the age of 18, Linus made him maintainer of the 2.4 kernel series.
  14. Replies
    5
    Views
    1,292

    Re: Resolving country code to country name

    There is a package called iso-codes which contains a table of country code to name mappings. You can either parse the XML file /usr/share/xml/iso-codes/iso_3166.xml, or use the tab-delimited...
  15. Thread: Linux HTA

    by toojays
    Replies
    3
    Views
    7,232

    Re: Linux HTA

    I don't know the exact answer, but there are a couple of avenues of inquiry you could make:

    * XUL is Mozilla's application platform, based on JavaScript and XML.

    * KJSEmbed is a JavaScript...
  16. Replies
    1
    Views
    726

    Re: Microcontrollers and linux

    There is some support for various types of PIC microcontrollers. Search this forum, or ask on the gnupic mailing list for more info.

    I believe that AVR microcontroller development is well...
  17. Replies
    1
    Views
    1,449

    Re: Bash Script, Multiple Servers

    Read the man pages for ssh and ssh-keygen to learn how to set up your systems so you don't need to enter a password for SSH.

    Read the man page for the sudoers file to find out about how to setup...
  18. Thread: Emacs

    by toojays
    Replies
    16
    Views
    1,714

    Re: Emacs

    Which package did you install? I suggest you install emacs-snapshot-gtk from Synaptic and use that, it is a bit nicer than emacs21.

    If you are in a non-English locale, you may need to add some...
  19. Replies
    6
    Views
    403

    Re: using the konsole (terminal)

    If the module is written in Python you could do this. If the module is written in bash, then you can only run it as a bash script, and get the result as text or as a return code.

    You can of course...
  20. Thread: Emacs

    by toojays
    Replies
    16
    Views
    1,714

    Re: Emacs

    I've not used it much for this, but I just loaded up a bash script to have a look. It has a shell-script mode with highlighting, indentation and keystrokes for inserting shell contructs like loops...
  21. Thread: Emacs

    by toojays
    Replies
    16
    Views
    1,714

    Re: Emacs

    I've not used idle, so I don't know how it compares to Emacs with python-mode. Perhaps it is better. But I suspect that idle is not so good at editing LaTeX documents. Or C code. As an Emacs user, I...
  22. Replies
    6
    Views
    403

    Re: using the konsole (terminal)

    I'm not sure quite what you mean. Anything is possible, but can you give an example or what you mean?
  23. Replies
    3
    Views
    337

    Re: Contributing Code to an OSS project

    I'm not listed as a developer for any Free Software project, but I have contributed patches to a few (alas, none recently). I keep a list of noteworthy patches and bug fixes I've been responsible...
  24. Replies
    6
    Views
    403

    Re: using the konsole (terminal)

    The online guide which is usually recommended is the Advanced Bash Scripting Guide.
  25. Thread: Emacs

    by toojays
    Replies
    16
    Views
    1,714

    Re: Emacs

    Actually, emacs does have debugger integration. For more information see Running Debuggers Under Emacs. I haven't used this much myself, but I've heard that the debugger integration is much improved...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4