Search:

Type: Posts; User: fran.b

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    5,794

    There is an upgrade (and I know how to crack it...

    There is an upgrade (and I know how to crack it in fact) but no money to buy it and I don't want to use my crack.

    Good idea, I'm going to try this way. Thanks.
  2. Replies
    13
    Views
    5,794

    Hum, I don't have the sources (it's a close (and...

    Hum, I don't have the sources (it's a close (and rather dear) program), I use it under debian (since ham in fact) running it on woody, etch with my previous library lib-errno. In fact, now it's seems...
  3. Replies
    13
    Views
    5,794

    Yes it is the problem, and I don't know an issue...

    Yes it is the problem, and I don't know an issue to this now...
  4. Replies
    13
    Views
    5,794

    No possibility to suppress the non function...

    No possibility to suppress the non function symbol?
  5. Replies
    13
    Views
    5,794

    But why can I not make such a function?

    But why can I not make such a function?
  6. Replies
    13
    Views
    5,794

    Hum, if you are right, this little library would...

    Hum, if you are right, this little library would be in that case useless. It's strange because if I make a gcc -E of the following file

    #include <errno.h>
    main()
    {
    int i=errno;
    }

    I got
  7. Replies
    13
    Views
    5,794

    errno function, error TLS/non TLS

    Look at the end of http://cboard.cprogramming.com/showthread.php?t=101632 for the origin of this question.
    Well, on old programs, one often meets
    symbol errno, version GLIBC_2.0 not defined in...
  8. Sorry, I make a new thread and make my question...

    Sorry, I make a new thread and make my question more «precise»...
  9. Well, on old programs, one often meets symbol...

    Well, on old programs, one often meets
    symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    error, so I made a little library with


    extern int (*...
Results 1 to 9 of 9