home *** CD-ROM | disk | FTP | other *** search
- Path: Norway.EU.net!usenet
- From: terjepe@login.eunet.no (Terje Pedersen)
- Newsgroups: comp.sys.amiga.programmer
- Subject: sas c++ and standard libraries
- Date: 20 Jan 1996 15:36:20 GMT
- Organization: EUnet Norway
- Message-ID: <892.6593T765T2606@login.eunet.no>
- NNTP-Posting-Host: pc1.sandvika-pm2-1.eunet.no
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- Hi!
-
- A couple of days ago I tried to compile the c++ source to pstoedit with sas and after
- a bit of fiddling around with it I ended up making it compile, but the linker reported
- that it couldn't find entries like:
-
- @strstr__FPCcPCc File 'drvTGIF.o'
- @strncpy__FPcPCcUi File 'drvbase.o'
- @strchr__FPCci File 'lex.yy.o'
- @__builtin_strcpy__FPcPCc File 'lex.yy.o'
- @__builtin_strlen__FPCc File 'lex.yy.o'
- @__builtin_strcmp__FPCcPCc File 'drvFIG.o'
-
- They do look like standard string functions, but apparently the linker
- can't find them. And setting param to stack doesn't seem to help.
-
- I guess it is apparent that I haven't compiled much c++ source, but I
- had to start sometime..
-
- It compiles fine with gcc though (and available on my homepage:
- http://login.eunet.no/~terjepe) and makes you able to convert postscript files
- to editable xfig files.
-
- Any clues, anyone?
-
- TP
-
-