On 1/17/2015 12:42 PM, leledumbo wrote:
you don't have to clear the inbound buffer to prevent constipation? ;)
Which inbound buffer?
i was thinking that there's some sort of inbound traffic that may be filling a
buffer that needs to be emptied... i don't know or have any other ideas to offer
> you don't have to clear the inbound buffer to prevent constipation? ;)
Which inbound buffer?
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Cannot-reuse-TFPHTTPClient-object-for-2-different-POST-requests-tp5720779p5720788.html
Sent from the Free Pascal - G
On 1/16/2015 12:57 PM, leledumbo wrote:
Consider the following program (it's a real program with real parameters,
nothing hidden, so you can really just try it out because the target server
is public):
you don't have to clear the inbound buffer to prevent constipation? ;)
--
NOTE: No off-list
I usually build as unprivilidged user, installation is then
sudo make install CPU_TARGET=x86_64 INSTALL_PREFIX=$SOMEWHERE
you are right, in the situation where I do use my own $HOME for the
compiler (so Installation also hapens in my context) this would have
been the complete solution:
make
Am 16.01.2015 23:14 schrieb "Michael Ring" :
>
> Zhis is what I use on my Mac:
>
> make clean all CPU_TARGET=x86_64 INSTALL_PREFIX=$HOME/3.0.1
Don't you miss an "install" in that line? Afterall "all" merely builds the
compiler (plus RTL plus packages), but does not install it...
Regards,
Sven
___