Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Making mget

  • 21-11-2002 2:39pm
    #1
    Registered Users, Registered Users 2 Posts: 6,265 ✭✭✭


    miep2js$ls -la
    total 222
    drwxr-xr-x 2 lmidmr root 512 Nov 21 14:35 .
    drwxr-xr-x 9 lmidmr other 1024 Nov 21 14:35 ..
    -rw-r--r-- 1 lmidmr root 4639 Feb 13 2002 ChangeLog
    -rw-r--r-- 1 lmidmr root 2025 Feb 13 2002 common.h
    -rw-r--r-- 1 lmidmr root 18009 Feb 13 2002 COPYING
    -rw-r--r-- 1 lmidmr root 905 Feb 13 2002 COPYRIGHT
    -rwxr-xr-x 1 lmidmr root 3359 Feb 13 2002 genmake
    -rw-r--r-- 1 lmidmr root 1079 Feb 13 2002 http_connect.c
    -rw-r--r-- 1 lmidmr root 434 Feb 13 2002 http_connect.h
    -rw-r--r-- 1 lmidmr root 8126 Feb 13 2002 mget.1
    -rw-r--r-- 1 lmidmr root 39458 Feb 13 2002 mget.c
    -rw-r--r-- 1 lmidmr root 5847 Feb 13 2002 mget.h
    -rw-r--r-- 1 lmidmr root 11667 Feb 13 2002 mgetutil.c
    -rw-r--r-- 1 lmidmr root 804 Feb 13 2002 mgetutil.h
    -rw-r--r-- 1 lmidmr root 7300 Feb 13 2002 README
    -rw-r--r-- 1 lmidmr root 434 Feb 13 2002 README.freebsd
    -rw-r--r-- 1 lmidmr root 584 Feb 13 2002 TODO
    miep2js$sh genmake
    Guessing system type.....................
    Guessed OS: SunOS
    If guess is wrong, please manually set it. Will be fixed later.
    Searching for compatible components ............
    Searching for inet_ntop()
    Searching for herror()
    Searching for getopt_long()
    Searching for getopt() in getopt.h
    Searching for getopt() in stdlib
    Cleaning previous object files....
    rm -rf *.o
    makefile generation over. Please manually see if it is all right.
    ls -la
    miep2js$ls -la
    total 224
    drwxr-xr-x 2 lmidmr root 512 Nov 21 14:37 .
    drwxr-xr-x 9 lmidmr other 1024 Nov 21 14:35 ..
    -rw-r--r-- 1 lmidmr root 4639 Feb 13 2002 ChangeLog
    -rw-r--r-- 1 lmidmr root 2025 Feb 13 2002 common.h
    -rw-r--r-- 1 lmidmr root 18009 Feb 13 2002 COPYING
    -rw-r--r-- 1 lmidmr root 905 Feb 13 2002 COPYRIGHT
    -rwxr-xr-x 1 lmidmr root 3359 Feb 13 2002 genmake
    -rw-r--r-- 1 lmidmr root 1079 Feb 13 2002 http_connect.c
    -rw-r--r-- 1 lmidmr root 434 Feb 13 2002 http_connect.h
    -rw-r--r-- 1 lmidmr root 448 Nov 21 14:37 makefile
    -rw-r--r-- 1 lmidmr root 8126 Feb 13 2002 mget.1
    -rw-r--r-- 1 lmidmr root 39458 Feb 13 2002 mget.c
    -rw-r--r-- 1 lmidmr root 5847 Feb 13 2002 mget.h
    -rw-r--r-- 1 lmidmr root 11667 Feb 13 2002 mgetutil.c
    -rw-r--r-- 1 lmidmr root 804 Feb 13 2002 mgetutil.h
    -rw-r--r-- 1 lmidmr root 7300 Feb 13 2002 README
    -rw-r--r-- 1 lmidmr root 434 Feb 13 2002 README.freebsd
    -rw-r--r-- 1 lmidmr root 584 Feb 13 2002 TODO

    any ideas where to go from here?
    [and before anyone ask's the doc's and readme's are useless]


Comments

  • Registered Users, Registered Users 2 Posts: 6,265 ✭✭✭MiCr0


    miep2js$make
    gcc -DHAVE_GETOPT_STDLIB_H -DHAVE_INET_NTOP -DSTRINGS_H -c mget.c
    mget.c:44:9: warning: multi-line string literals are deprecated
    mget.c:48:1: warning: multi-line string literals are deprecated
    mget.c:51:1: warning: multi-line string literals are deprecated
    mget.c:54:1: warning: multi-line string literals are deprecated
    mget.c:64:1: warning: multi-line string literals are deprecated
    mget.c:311:38: warning: multi-line string literals are deprecated
    gcc -DHAVE_GETOPT_STDLIB_H -DHAVE_INET_NTOP -DSTRINGS_H -c mgetutil.c
    gcc -DHAVE_GETOPT_STDLIB_H -DHAVE_INET_NTOP -DSTRINGS_H -c http_connect.c


Advertisement