Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!paladin.american.edu!gatech!newsfeed.internetmci.com!news.dacom.co.kr!usenet.seri.re.kr!news.imnet.ad.jp!wnoc-tyo-news!waseda.ac.jp!mn.waseda!usenet From: a9011443@cfi.waseda.ac.jp (Satoshi KUSUNOKI) Newsgroups: comp.unix.bsd.freebsd.misc,comp.unix.programmer,gnu.gcc.help Subject: [Help needed] default ends of lines into CR+LF Date: Mon, 15 Jan 1996 12:50:13 GMT Organization: Waseda University, Tokyo Lines: 5 Distribution: world Message-ID: <30fa4b28.12633299@aqua21.cfi.waseda.ac.jp> NNTP-Posting-Host: a9011443@aqua21.cfi.waseda.ac.jp X-Newsreader: Forte Agent .99c/16.141 X-Forwarded: by - (DeleGate/2.8.41) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:12554 comp.unix.programmer:33052 gnu.gcc.help:14565 I want to let the default code of ends of lines in CR+LF on FreeBSD as to a particular program. (PGP 2.6.2i on BSD alters the code into LF even if input files have CR+LFs. But I want to stop it.) Do I have only to modify some gcc's settings (if so how) or have to track over source codes in question?