Mailinglist Archive: opensuse-de (1881 mails)
| < Previous | Next > |
[S.u.S.E. Linux] Re: netatalk die zweite
- From: Midiman@xxxxxxxxxxx (Thomas Nintemann)
- Date: Thu Aug 28 17:51:31 1997
- Message-id: <5u4dr3$hg6@xxxxxxxxxxxxxxxxxxxx>
Willy Pöhner wrote:
>
> Hallo Thomas,
>
> vielen Dank fuer Deine schnelle Antwort.
Nichts zu danken:konnte sowieso nicht Schlafen.
>
> Ja, des Makefile in /etc/afdp sieht so aus:
>
> ...
> DESTDIR= /usr/local/atalk
> INCPATH= -I../../include ${AFSINCPATH} ${KRBINCPATH}
> CFLAGS= ${DEFS} ${AFSDEFS} ${KRBDEFS} ${OPTOPTS} ${INCPATH} \
> -DAPPLCNAME -DCRLF # -DDOWNCASE -DSHADOW_PASSWORD
> LIBS= ${ADDLIBS} -latalk ${AFSLIBS} ${KRBLIBS}
> LIBDIRS= -L../../libatalk ${AFSLIBDIRS} ${KRBLIBDIRS}
> TAGSFILE= tags
> CC= gcc
> Hast Du noch eine Idee?
Ja klar.....
Du hast -DSHADOW_PASSWORD hinter # -DDOWNCASE gesetzt und damit zusammen
mit -DDOWNCASE auskommentiert!
Bedenke # leitet kommentar ein und wird von make ignoriert.
Richig muß es heißen:
CFLAGS= ${DEFS} ${AFSDEFS} ${KRBDEFS} ${OPTOPTS} ${INCPATH} \
-DAPPLCNAME -DSHADOW_PASSWORD # -DDOWNCASE
Dann müßte es laufen. Mail me :-)
und wo wir gerade beim ändern sind:
Wie Du vieleicht bemerkt hast hab ich in den richtigen CFLAGS
-DCRLF herausgenommen.Ich hatte probleme mit dem DTP-Programm
Freehand von Macromedia.Beim schreiben kaputte Dateien weil afpd
am Ende ein CRLF angehängt hat.
HFS von Apple schreibt ASCII und BINARY!
>
> Gruss Willy
Have fun whit Apple (no more 100% M$ clean)
Gruß Thomas
--
*************************************************
* If you have enough from M$Virus95, *
* dont worry: install LINUX ;-) *
*************************************************
+++++++++++++++++++++++++++++++++++++++++++++++++
+ Thomas Nintemann +
+ Kleine Straße 5 +
+ 26892 Dörpen/Germany +
+ midiman@xxxxxxxxxxx +
+++++++++++++++++++++++++++++++++++++++++++++++++
--
To unsubscribe from this list please send a mail to majordomo@xxxxxxx with
'unsubscribe suse-linux' in it's body.
| < Previous | Next > |