Message-ID: <000a01c065f5$fc88f1c0$0100a8c0@hans> From: "Malte Schwarze" To: Date: Thu, 14 Dec 2000 18:47:52 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C065FE.5D0FF7C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C065FE.5D0FF7C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable GNU CPP version 2.95.2 19991024 (release) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:/djgpp/include c:/djgpp/lib/gcc-lib/djgpp/2.952/include c:/djgpp/include End of search list. The following default directories have been omitted from the search = path: $DJDIR/lang/cxx $DJDIR/lib/gcc-lib/djgpp/2.952/../../../../djgpp/include End of omitted list. c:/djgpp/lib/gcc-lib/djgpp/2.952/cc1.exe c:/djgpp/tmp\ccMngCc0.i -quiet = -dumpba se pport_init.c -version -o c:/djgpp/tmp\cceYgWtV.s GNU C version 2.95.2 19991024 (release) (djgpp) compiled by GNU C = version 2.95.2 19991024 (release). c:/djgpp/bin/as.exe -o c:/djgpp/tmp\ccaIUln0.o c:/djgpp/tmp\cceYgWtV.s c:/djgpp/lib/gcc-lib/djgpp/2.952/collect2.exe c:/djgpp/lib/crt0.o = -Lc:/djgpp/li b -Lc:/djgpp/lib/gcc-lib/djgpp/2.952 -Lc:/djgpp/bin -Lc:/djgpp/lib = c:/djgpp/tmp\ ccaIUln0.o -lgcc -lc -lgcc -Tdjgpp.djl c:/djgpp/lib/crt0.o(.data+0xc2):crt0.s: undefined reference to `main' c:/djgpp/lib/libc.a(crt1.o)(.text+0x44e):crt1.c: undefined reference to = `main' collect2: ld returned 1 exit status =20 C:\Eigene Dateien\Uni\Praktikum>symify -o dumpfile pport_init.c =20 Hi there, I'm trying to access the parallelport via the pc.h header file = and everytime I try to compile I get these errors ! Need help! a friend of mine uses the c++ compiler and has no porblems to = compile ------=_NextPart_000_0007_01C065FE.5D0FF7C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
GNU CPP version 2.95.2 19991024 = (release) (80386,=20 BSD syntax)
#include "..." search starts here:
#include = <...> search=20 starts=20 here:
 c:/djgpp/include
 c:/djgpp/lib/gcc-lib/djgpp/2.952= /include
 c:/djgpp/include
End=20 of search list.
The following default directories have been omitted = from the=20 search=20 path:
 $DJDIR/lang/cxx
 $DJDIR/lib/gcc-lib/djgpp/2.952/..= /../../../djgpp/include
End=20 of omitted list.
 c:/djgpp/lib/gcc-lib/djgpp/2.952/cc1.exe=20 c:/djgpp/tmp\ccMngCc0.i -quiet -dumpba
se pport_init.c -version -o=20 c:/djgpp/tmp\cceYgWtV.s
GNU C version 2.95.2 19991024 (release) = (djgpp)=20 compiled by GNU C version 2.95.2
 19991024=20 (release).
 c:/djgpp/bin/as.exe -o c:/djgpp/tmp\ccaIUln0.o=20 c:/djgpp/tmp\cceYgWtV.s
 c:/djgpp/lib/gcc-lib/djgpp/2.952/collect= 2.exe=20 c:/djgpp/lib/crt0.o -Lc:/djgpp/li
b = -Lc:/djgpp/lib/gcc-lib/djgpp/2.952=20 -Lc:/djgpp/bin -Lc:/djgpp/lib c:/djgpp/tmp\
ccaIUln0.o -lgcc -lc = -lgcc=20 -Tdjgpp.djl
c:/djgpp/lib/crt0.o(.data+0xc2):crt0.s: undefined = reference to=20 `main'
c:/djgpp/lib/libc.a(crt1.o)(.text+0x44e):crt1.c: undefined = reference=20 to `main'
collect2: ld returned 1 exit status
 
C:\Eigene=20 Dateien\Uni\Praktikum>symify -o dumpfile pport_init.c
 
Hi = there,=20 I'm trying to access the parallelport via the pc.h header file and = everytime I=20 try to compile I get these errors !
Need help! a friend of mine uses the = c++ compiler=20 and has no porblems to compile
------=_NextPart_000_0007_01C065FE.5D0FF7C0--