Re: Re: NetBSD error
"Gabor Z. Papp" <[email protected]>
| Newsgroups | gmane.network.sn |
|---|---|
| Organization | gzp Budapest |
| Message-ID | <[email protected]> |
* [email protected]: | The problem with cc-flags and quoting is probably a shell issue. Yeah, I thought also, BUT the shell is: samwise:/home/gzp/src/sn-0.3.3$ bash --version GNU bash, version 2.04.0(1)-release (sparc--netbsd) Copyright 1999 Free Software Foundation, Inc. | : cc `cat cc-flags` -o snprimedb -L./lib -lstuff | : /usr/lib/crt0.o: Undefined symbol `_main' referenced from text segment | : collect2: ld returned 1 exit status | : *** Error code 1 | | Not sure what you're trying to do with this, there's an object file | missing in the command line. This is done by make(1). Tell me which one missing, and I'll try it compile again.