>From [EMAIL PROTECTED] Fri Jan 26 08:27:07 2001

>> NEW features of cdrtools-1.10a13:
>>

>I unsuccesfully tried to compile cdrtools-1.10a13 on Alpha with RH6.1. It
>comes down to this:

>readcd.c(.text+0x1f54): undefined reference to `fileopen64'

>There is a lot more of "undefined reference to `fileopen64'" along the
>build. The utilities that suffer from that are readcd, mkisofs and
>mkhybrid.

It seems that this is a problem caused by the buggy glibc-2.1.3 as found
on some redhat systems.

I compiled it without problems on SuSE with glibc-2.1.3 but it seems
that SuSE did a better job and fixed the bugs in the system include files.

A workaround until the next release:

edit include/schily.h 

------- schily.h -------
*** /tmp/sccs.ivai3K    Fre Jan 26 12:57:01 2001
--- schily.h    Fre Jan 26 12:57:03 2001
***************
*** 44,50 ****
  #endif
  #endif
  
! #if   defined(USE_LARGEFILES) && _LFS_LARGEFILE == 1
  #     define  _fcons          _fcons64
  #     define  fdup            fdup64
  #     define  fileluopen      fileluopen64
--- 44,51 ----
  #endif
  #endif
  
! /*#if defined(USE_LARGEFILES) && _LFS_LARGEFILE == 1*/
! #if   defined(HAVE_LARGEFILES)
  #     define  _fcons          _fcons64
  #     define  fdup            fdup64
  #     define  fileluopen      fileluopen64
***************
*** 213,219 ****
  extern        int     cmpbytes __PR((const void *, const void *, int));
  
  #ifdef        nonono
! #if   defined(USE_LARGEFILES) && _LFS_LARGEFILE == 1
  /*
   * To allow this, we need to figure out how to do autoconfiguration for off64_t
   */
--- 214,221 ----
  extern        int     cmpbytes __PR((const void *, const void *, int));
  
  #ifdef        nonono
! /*#if defined(USE_LARGEFILES) && _LFS_LARGEFILE == 1*/
! #if   defined(HAVE_LARGEFILES)
  /*
   * To allow this, we need to figure out how to do autoconfiguration for off64_t
   */




J�rg

 EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]               (uni)  If you don't have iso-8859-1
       [EMAIL PROTECTED]           (work) chars I am J"org Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to