www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/12/26/06:36:40

From: Mawhin AT aol DOT com
Date: Thu, 26 Dec 1996 06:11:30 -0500
Message-ID: <961226061130_1755234914@emout13.mail.aol.com>
To: djgpp AT delorie DOT com
Subject: Linker problem with Gcc and Rhide...

Trying to build a simple c prog from Rhide, I get as far as the linker, which
stops with the error:-
e:/bin/djgpp/bin/ld.exe  cannot open load script file
e:/bin/djgpp/lib/djgpp.djl
The file IS there, and it's not read only or anything.
Anybody got any ideas?

BTW, this is what that file contains...
----------------------------------------------
OUTPUT_FORMAT("coff-go32")
ENTRY(start)
SECTIONS
{
  .text  0x1000+SIZEOF_HEADERS : {
    *(.text)
    etext  =  . ; _etext = .;
    . = ALIGN(0x200);
  }
  .data  ALIGN(0x200) : {
    djgpp_first_ctor = . ;
    *(.ctor)
    djgpp_last_ctor = . ;
    djgpp_first_dtor = . ;
    *(.dtor)
    djgpp_last_dtor = . ;
    *(.data)
     edata  =  . ; _edata = .;
     . = ALIGN(0x200);
  }
  .bss  SIZEOF(.data) + ADDR(.data) :
  { 					
    *(.bss)
    *(COMMON)
     end = . ; _end = .;
     . = ALIGN(0x200);
  }
}
-----------------------------------------------

Thanks in advance....
               ____
Mawhin. / +   ~ \
---------ooo---O---ooo--------------------------------------------------------
---------
------------------------------------------------------------------------------
---------------
Mawhin  < ---<  Proud user of:- POV3, LEX, YACC, DJGPP C,
    @                AWK, PERL, LPARSER, and many others......
aol.com < ---<  Proud fluent user of:- Windows Write, Solitaire,
                       Minesweeper, erm.... that's it.
------------------------------------------------------------------------------
----------------
------------------------------------------------------------------------------
----------------

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019