
E>shift

E>gcc -B/dev/env/DJDIR/elf -static -o gxx.exe gxx.c       \
e:/app/djelf/lib/libc.a(execvp.o): In function `execvp':
execvp.c:(.text+0xd): undefined reference to `_environ'
e:/app/djelf/lib/libc.a(system.o): In function `L118':
system.c:(.text+0x3e7): undefined reference to `_environ'
e:/app/djelf/lib/libc.a(system.o): In function `L126':
system.c:(.text+0x54e): undefined reference to `_environ'
e:/app/djelf/lib/libc.a(system.o): In function `L131':
system.c:(.text+0x589): undefined reference to `_environ'
e:/app/djelf/lib/libc.a(system.o): In function `plainsystem':
system.c:(.text+0x702): undefined reference to `_environ'
e:/app/djelf/lib/libc.a(system.o):system.c:(.text+0x7dd): more undefined references to `_environ' follow
e:/app/djelf/lib/libc.a(dosexec.o): In function `L32':
dosexec.c:(.text+0x139): undefined reference to `__dpmi_free_dos_memory'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L13':
dosexec.c:(.text+0x182): undefined reference to `__dpmi_allocate_dos_memory'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L33':
dosexec.c:(.text+0x21b): undefined reference to `__dpmi_allocate_dos_memory'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L188':
dosexec.c:(.text+0x4e5): undefined reference to `__dpmi_allocate_ldt_descriptors'
dosexec.c:(.text+0x4f1): undefined reference to `__dpmi_free_ldt_descriptor'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L152':
dosexec.c:(.text+0x52e): undefined reference to `__dpmi_get_descriptor_access_rights'
dosexec.c:(.text+0x54b): undefined reference to `__dpmi_free_ldt_descriptor'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L182':
dosexec.c:(.text+0x596): undefined reference to `__dpmi_allocate_ldt_descriptors'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L180':
dosexec.c:(.text+0x610): undefined reference to `__dpmi_get_descriptor_access_rights'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L181':
dosexec.c:(.text+0x640): undefined reference to `__dpmi_get_capabilities'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L38':
dosexec.c:(.text+0x651): undefined reference to `__dpmi_allocate_ldt_descriptors'
dosexec.c:(.text+0x65f): undefined reference to `__dpmi_get_descriptor_access_rights'
dosexec.c:(.text+0x679): undefined reference to `__dpmi_get_descriptor'
dosexec.c:(.text+0x686): undefined reference to `__dpmi_free_ldt_descriptor'
dosexec.c:(.text+0x693): undefined reference to `__dpmi_get_descriptor_access_rights'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L160':
dosexec.c:(.text+0x735): undefined reference to `__dpmi_get_descriptor_access_rights'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L190':
dosexec.c:(.text+0xda6): undefined reference to `__dpmi_get_descriptor'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L42':
dosexec.c:(.text+0xe4e): undefined reference to `__dpmi_get_descriptor'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L199':
dosexec.c:(.text+0xef1): undefined reference to `__dpmi_free_dos_memory'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L436':
dosexec.c:(.text+0x1c9b): undefined reference to `_environ'
e:/app/djelf/lib/libc.a(dosexec.o): In function `L630':
dosexec.c:(.text+0x24e8): undefined reference to `_environ'
collect2: ld returned 1 exit status

E>
E>
