Re: [ext2resize] Help !!
Status: Inactive
Brought to you by:
adilger
From: Ricardo C. <rc...@if...> - 2002-02-12 00:17:35
|
Hello, already I made the changes to the file that you indicated to me and follows with the same error, you agradeceria that you helped to me on this problem. =20 Ricardo Colin El vie, 08-02-2002 a las 18:19, Andreas Dilger escribi=F3: On Feb 07, 2002 22:40 -0600, Ricardo Colin wrote: > I procedi to make them change that I indicate and despues of it volvi= to > compile, obtaining the following result, thanks for your aid. =20 >=20 > libext2resize.a(llseek.o): In function `ext2_llseek': > /usr/src/redhat/BUILD/ext2resize-1.1.17/src/llseek.c:29: undefined > reference to `lseek64' =20 Did you run "./configure" first? The lseek64 command should not be called on systems that do not have it. =20 To work around this problem, you can edit ext2resize/src/config.h and change the line: =20 #define HAVE_LSEEK64 1 =20 to =20 #undef HAVE_LSEEK64 =20 } =BFUsted funcion=F3 el "/configure" primero? El comando lseek64 no d= ebe ser los } sistemas invitados que no lo tienen. Para trabajar alrededor de este } problema, usted puede corregir ext2resize/src/config.h y cambiar la l= =EDnea: =20 #define HAVE_LSEEK64 1 =20 } el =20 #undef HAVE_LSEEK64 =20 Cheers, Andreas -- Andreas Dilger http://sourceforge.net/projects/ext2resize/ http://www-mddsp.enel.ucalgary.ca/People/adilger/ =20 =20 _______________________________________________ ext2resize-devel mailing list ext...@li... https://lists.sourceforge.net/lists/listinfo/ext2resize-devel =20 |