>
>> Sorry for the delayed response. I didn't have access to this particular 
>> machine over the weekend.
>>
>> I would try getting rid of "-static" in that call to gcc.
>>
>>
>> I did that and now I get:
>>
>> gcc  -o gap gap.o system.o gasman.o scanner.o idents.o read.o eval.o 
>> integer.o rational.o cyclotom.o unknown.o finfield.o polynom.o permutat.o 
>> word.o costab.o tietze.o agcollec.o aggroup.o pcpresen.o list.o plist.o 
>> set.o vector.o vecffe.o range.o blister.o string.o record.o statemen.o 
>> function.o coding.o
>> system.o: In function `SyTmpname':
>> system.c:(.text+0x2b23): warning: the use of `tmpnam' is dangerous, 
>> better use `mkstemp'
>> system.o: In function `SyTime':
>> system.c:(.text+0xc9a): undefined reference to `clock_gettime'
>> collect2: error: ld returned 1 exit status
>>
>> it looks like missing -lrt in that command line (although 'man 
> clock_gettime' says it's only needed for glibc versions before 2.17 - 
>

Thank you, that worked.
 

> do you have somewhat non-standard system?
>

I believe so. It is a cluster running CentOS 6.

Thanks,
Travis

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to