pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem configuring pspp-0.10.0 on Linux Slackware 14.1


From: Frans Houweling
Subject: Re: Problem configuring pspp-0.10.0 on Linux Slackware 14.1
Date: Sat, 2 Apr 2016 20:48:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1

Uh oh ...
$ gcc test.c
/tmp/ccRo8s4x.o: nella funzione "main":
test.c:(.text+0x5): riferimento non definito a "zero"
collect2: error: ld returned 1 exit status

On 02/04/2016 20:40, John Darrington wrote:
#include <stddef.h>
#include <stdio.h>
#include <time.h>
#include <wchar.h>
extern int zero (void);
int
main ()
{
  return zero();
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]