Ask a Question related to Ruby, Design and Development.
-
Husnain Malik #1
Compiling under cygwin
The problem which i am facing right now is that when i compile my
program using Cygwin.This error keeps popping up.Is it because my
program has exceeded some limited size ??
$ make all
m68k-palmos-gcc -c CareLog.c -o CareLog.o
m68k-palmos-gcc CareLog.o -o CareLog
/usr/m68k-palmos/bin/ld: region coderes is full (CareLog section
..text)
/usr/m68k-palmos/lib/crt0.o(.text+0x70): In function `start':
crt0.c:72: relocation truncated to fit: DISP16 __do_dtors
/usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xe0): In function
`__do_dtors':
hooks.c:76: relocation truncated to fit: DISP16 start
collect2: ld returned 1 exit status
make: *** [CareLog] Error 1
Can anybody help me out in this regard.
Kind regards,
Husnain Malik
Husnain Malik Guest
-
Question #1 - Cygwin X and AIX
Hi People. I'm new to this ng, and I come here now, since, according to my knowledge of seek-and-though-shalt-find, this is my last resort. All of... -
DBD::Oracle on cygwin
hi, on HP-UX (and probably anything unix-like) you don't need a full oracle client installation to compile DBD::Oracle; a couple headers and the... -
Compile of DB::DB2 on cygwin
Any suggestions on how to get DBD::DB2 to compile using cygwin and gcc? Is it even possible, are the libaries compatible? Changing the loader... -
Class::DBI under Cygwin
Has anyone had success getting Class::DBI or Class::DBI working under cygwin? I think I have all the pre-reqs working just not Class::DBI. Here's... -
cygwin or activestate ?
Which is better perl setup on w98se: Full cygwin or activestate ? (or other) In particular I will probably be installing DBI +DBD and using... -
Husnain Malik #2
Compiling under cygwin
The problem which i am facing right now is that when i compile my
program using Cygwin.This error keeps popping up.Is it because my
program has exceeded some limited size ??
$ make all
m68k-palmos-gcc -c CareLog.c -o CareLog.o
m68k-palmos-gcc CareLog.o -o CareLog
/usr/m68k-palmos/bin/ld: region coderes is full (CareLog section
..text)
/usr/m68k-palmos/lib/crt0.o(.text+0x70): In function `start':
crt0.c:72: relocation truncated to fit: DISP16 __do_dtors
/usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xe0): In function
`__do_dtors':
hooks.c:76: relocation truncated to fit: DISP16 start
collect2: ld returned 1 exit status
make: *** [CareLog] Error 1
Can anybody help me out in this regard.
Kind regards,
Husnain Malik
Husnain Malik Guest



Reply With Quote

