LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   a problem with libraries in slack 9.0 (https://www.linuxquestions.org/questions/slackware-14/a-problem-with-libraries-in-slack-9-0-a-258441/)

dogbird 11-23-2004 01:06 PM

a problem with libraries in slack 9.0
 
I am tring to build a compiler but I cant get pst "HELO STUPID"

I was trying to protoype a scanner. to tokenize a source. I kept getting SIGERRV . After a little while I figured out that fileno(file) is failing.

The file cotains (FILE *)(05). which is what I got when I openned the text file.
I think this this is probably a good file handle

So I looked on the slackware source disk and found the debug libaries.
I compiled them on my 200mhz AMD cpu. no errors, no warnings.


gcc -o test -L/root/glibc//glibc-2.3.1 lex.yy.o -lc

LD error unresoved __end_stack@COMPILE_PRIVATE

At this point I am at a loss. I set about looking for the string in my sources.
It did not show up.

What is this variable, where dos it come from, and finally how do I fix it.:(

cybermonkey 11-25-2004 03:54 AM

200mhz AMD wtf do you know how long gcc would take to compile?
just use the slack build script's you can specify any compile option's in there.


All times are GMT -5. The time now is 12:54 PM.