hi.
I managed to compile the driver, and /proc information looks OK, but I
dont manage to format a cardidge with the latest stable ftape-tools
package. So I tried the latest (1999_09_11) - Version, but I fail to
compile it. after typing "make", I get the following output:
====starts here=========
make[2]: Entering directory `/usr/src/ftape-tools-patched/src/ftformat'
/bin/sh ../../libtool --mode=link gcc -g -O2 -o ftformat ftformat.o
ftfmt-options.o ftfmt-tapelib.o ftfmt-bsm.o ../../intl/libintl.a
../../lib/libFTtools.a
gcc -g -O2 -o ftformat ftformat.o ftfmt-options.o ftfmt-tapelib.o
ftfmt-bsm.o ../../intl/libintl.a ../../lib/libFTtools.a
/lib/libc.so.6: warning: multiple common of `_nl_domain_bindings'
../../intl/libintl.a(dcgettext.o): warning: previous common is here
ftfmt-tapelib.o: In function `raw_mode_onoff':
/usr/src/ftape-tools-patched/src/ftformat/ftfmt-tapelib.c:123: undefined
reference to `minor'
/usr/src/ftape-tools-patched/src/ftformat/ftfmt-tapelib.c:125: undefined
reference to `minor'
collect2: ld returned 1 exit status
make[2]: *** [ftformat] Error 1
make[2]: Leaving directory `/usr/src/ftape-tools-patched/src/ftformat'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/ftape-tools-patched/src'
make: *** [all-recursive] Error 1
====end==============
after the last line, i am retured to the bash - prompt.
Please help me
thaks in advance
philipp
Duane Evenson wrote:
>
> This needs to be in a FAQ.
> You need the newest "unstable" version of ftape (ftape-4.x-1999_09_11.tar.gz). Ftape
>4.02 doesn't compile with Linux 2.2.x.
>
> Horia Moga wrote:
>
> > Hello,
> >
> > I have a Mandrake 7.0 linux and i want compile ftape for trakker module...
> > I have kernel 2.2.14-15mdk and 4.02 ftape version
> >
> > I visited http://www.LinuxTapeCert.org/ but i can't find a solution for my
> > problem.
> >
> > unctions=2 -DCPU=686 -DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\"
>-DBROKEN_FLOPPY_DRIVER -DCONFIG_FT_PROC_FS -DCONFIG_FT_STD_FDC_0 -DCONFIG_FT_INT_0=1
>-DCONFIG_FT_FDC_PARPORT_1=-1 -DCONFIG_FT_PAR_1=1 -DCONFIG_FT_TRAKKER_1=1
>-DCONFIG_FTAPE_MODULE -DCONFIG_FT_INTERNAL_MODULE -DCONFIG_FT_TRAKKER_MODULE
>-DCONFIG_FT_BPCK_MODULE -DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE
>-DMODULE -D__KERNEL__ -I. -I../../include -I/usr/src/linux/include -m486
>-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c fdc-io.c -o
>fdc-io.o
> > fdc-io.c: In function `fdc_interrupt_wait':
> > fdc-io.c:433: structure has no member named `timeout'
> > fdc-io.c:454: structure has no member named `timeout'
> > make[2]: *** [fdc-io.o] Error 1
> > make[2]: Leaving directory `/home/Depozit/linux/ftape-4.02/ftape/lowlevel'
> > make[1]: *** [modules] Error 2
> > make[1]: Leaving directory `/home/Depozit/linux/ftape-4.02/ftape'
> > make: *** [all] Error 2
> >
> > Please help me!
> > Horia Moga