home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ibmarc!drake.almaden.ibm.com!drake
- From: drake@drake.almaden.ibm.com (Sam Drake)
- Newsgroups: comp.unix.aix
- Subject: Re: Loading device drivers under AIX 3.2
- Keywords: device drivers
- Message-ID: <1968@coyote.UUCP>
- Date: 10 Sep 92 08:49:53 GMT
- References: <1992Sep10.062443.6803@fawlty.towers.oz.au>
- Sender: news@ibmarc.UUCP
- Organization: IBM Almaden Research Center
- Lines: 8
- Nntp-Posting-Host: drake.almaden.ibm.com
-
- Try linking your driver with "ld" instead of "cc". Linking a device
- driver with "cc" gets references to libc.a stuck into the driver; naturally,
- libc isn't available in the kernel. AIX 3.1.x didn't notice, but AIX 3.2
- does.
-
-
- Sam Drake / IBM Almaden Research Center
- Internet: drake@almaden.ibm.com BITNET: DRAKE at ALMADEN
-