home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.protocols.appletalk
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!jiazhang
- From: jiazhang@magnus.acs.ohio-state.edu (Jiajie Zhang)
- Subject: Problems with installing CAP60
- Message-ID: <1992Sep11.163515.14316@magnus.acs.ohio-state.edu>
- Sender: news@magnus.acs.ohio-state.edu
- Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
- Organization: The Ohio State University
- References: <1992Sep11.032724.8458@magnus.acs.ohio-state.edu>
- Date: Fri, 11 Sep 1992 16:35:15 GMT
- Lines: 46
-
- Sorry, in my previous posting, I forgot to tell you the machine and
- system I am using.
-
- The machine is a Sun Sparc 2. The operating system is SunOS 4.1.
-
- ----------------------------------------------------------------------
- Everytime when I tried to install cap60, I always got compiling error
- messages like
-
- cc -o lwsrv fontlist.o lwsrv.o papstream.o procset.o simple.o
- spmisc.o att_geto pt.o -lcap
- ld: Undefined symbol
- __Q_get_rp_rd
- _dlopen
- _dlclose
- _dlsym
- _nl_langinfo
- *** Error code 2
- make: Fatal error: Command failed for target `lwsrv'
-
- Actually this problem is not unique to cap60. It happened to many
- other applications.
-
- When I replaced "LD=ld" with "LD=ld -ldl" in the makeifle, I still got
- something like
-
- cc -o lwsrv fontlist.o lwsrv.o papstream.o procset.o simple.o
- spmisc.o att_geto pt.o -lcap
- ld: Undefined symbol
- __Q_get_rp_rd
- _nl_langinfo
- *** Error code 2
- make: Fatal error: Command failed for target `lwsrv'
-
- I was told that the problem might be caused by the shared
- libraries, which were rebuilt for Network Name Server (or something
- like that). However, because I am only an end user, I do not know
- much about the system stuff.
-
- Does anyone know how to overcome this problem, either temporarily or
- permanently? Any pointers will be greatly appreciated.
-
- Jiajie Zhang
- jiazhang@magnus.acs.ohio-state.edu
-
-
-